Skip to content

Commit be57d79

Browse files
committed
mokoResources 0.24.0-alpha-2, materialThemePrefs 0.6.2
1 parent ba618c0 commit be57d79

5 files changed

Lines changed: 9 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ 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.23.0"
24-
materialThemePrefs = "0.6.1"
23+
mokoResources = "0.24.0-alpha-2"
24+
materialThemePrefs = "0.6.2"
2525
androidxActivityCompose = "1.8.2"
2626
androidxComposeTest = "1.5.4"
2727
androidxCoreSplashscreen = "1.0.1"

shared/build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
namespace = "com.softartdev.notedelight.shared"
5656
}
5757
multiplatformResources {
58-
multiplatformResourcesPackage = "com.softartdev.notedelight"
58+
resourcesPackage.set("com.softartdev.notedelight")
5959
}
6060
kotlin {
6161
jvmToolchain(libs.versions.jdk.get().toInt())
@@ -168,3 +168,9 @@ 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
File renamed without changes.

shared/src/commonMain/resources/MR/images/app_icon@3x.png renamed to shared/src/commonMain/moko-resources/images/app_icon@3x.png

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)