Skip to content

Commit 17705fc

Browse files
committed
mokoResources 0.24.0-alpha-3
1 parent be57d79 commit 17705fc

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ targetSdk = "34"
44
minSdk = "21"
55
jdk = "17"
66
kotlin = "1.9.21"
7-
agp = "8.2.1"
7+
agp = "8.2.2"
88
gms = "4.4.0"
99
crashlytics = "2.9.9"
1010
compose = "1.5.11"
@@ -20,7 +20,7 @@ decompose = "2.2.1-compose-experimental"
2020
koin = "3.5.0"
2121
kotlinx-datetime = "0.5.0"
2222
napier = "2.7.1"
23-
mokoResources = "0.24.0-alpha-2"
23+
mokoResources = "0.24.0-alpha-3"
2424
materialThemePrefs = "0.6.2"
2525
androidxActivityCompose = "1.8.2"
2626
androidxComposeTest = "1.5.4"

shared/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,3 @@ fun KotlinSourceSetContainer.createIntermediateSourceSet(
168168
dependsOn(parent)
169169
children.forEach { it.dependsOn(this) }
170170
}
171-
172-
tasks.named("generateMRandroidUnitTest") {
173-
dependsOn(tasks.named("generateDebugLintModel"))
174-
dependsOn(tasks.named("generateDebugLintReportModel"))
175-
dependsOn(tasks.named("generateReleaseLintModel"))
176-
}//TODO remove after update moko-resources > 0.24.0-alpha-2

0 commit comments

Comments
 (0)