fix(deps): update moko to v0.24.1 (#933)
* fix(deps): update moko to v0.24.1 * Fix build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com> (cherry picked from commit f58a05e91828a69c01d49d629e5bfa9ec7ae3ffc)
This commit is contained in:
@@ -11,14 +11,11 @@ kotlin {
|
||||
applyDefaultHierarchyTemplate()
|
||||
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
commonMain {
|
||||
dependencies {
|
||||
api(libs.moko.core)
|
||||
}
|
||||
}
|
||||
androidMain {
|
||||
dependsOn(commonMain) // https://github.com/icerockdev/moko-resources/issues/562
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,8 +34,8 @@ android {
|
||||
}
|
||||
|
||||
multiplatformResources {
|
||||
multiplatformResourcesClassName = "SYMR"
|
||||
multiplatformResourcesPackage = "tachiyomi.i18n.sy"
|
||||
resourcesClassName.set("SYMR")
|
||||
resourcesPackage.set("tachiyomi.i18n.sy")
|
||||
}
|
||||
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
|
||||
|
||||
Reference in New Issue
Block a user