mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor(i18n): Simplify gradle
This commit is contained in:
parent
5aab1db8a0
commit
713989995c
1 changed files with 2 additions and 3 deletions
|
@ -12,14 +12,13 @@ kotlin {
|
|||
applyDefaultHierarchyTemplate()
|
||||
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
commonMain {
|
||||
dependencies {
|
||||
api(libs.moko.resources)
|
||||
api(libs.moko.resources.compose)
|
||||
}
|
||||
}
|
||||
val androidMain by getting {
|
||||
dependsOn(commonMain)
|
||||
androidMain {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue