mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
gradle: resolve noisy build warnings
This commit is contained in:
parent
d12b902ca7
commit
83d64ecea9
4 changed files with 13 additions and 1 deletions
|
@ -10,6 +10,12 @@ plugins {
|
|||
kotlin {
|
||||
android()
|
||||
jvm()
|
||||
sourceSets["androidMain"].apply {
|
||||
dependsOn(sourceSets["androidAndroidTestRelease"])
|
||||
dependsOn(sourceSets["androidTestFixtures"])
|
||||
dependsOn(sourceSets["androidTestFixturesDebug"])
|
||||
dependsOn(sourceSets["androidTestFixturesRelease"])
|
||||
}
|
||||
sourceSets["commonMain"].apply {
|
||||
dependencies { implementation(libs.kotlinx.serialization.core) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue