File tree Expand file tree Collapse file tree
src/commonMain/moko-resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ decompose = "2.2.1-compose-experimental"
2020koin = " 3.5.0"
2121kotlinx-datetime = " 0.5.0"
2222napier = " 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 "
2525androidxActivityCompose = " 1.8.2"
2626androidxComposeTest = " 1.5.4"
2727androidxCoreSplashscreen = " 1.0.1"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ android {
5555 namespace = " com.softartdev.notedelight.shared"
5656}
5757multiplatformResources {
58- multiplatformResourcesPackage = " com.softartdev.notedelight"
58+ resourcesPackage.set( " com.softartdev.notedelight" )
5959}
6060kotlin {
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.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments