mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57: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
|
@ -33,6 +33,9 @@ kotlin {
|
|||
implementation(libs.coil.compose)
|
||||
}
|
||||
dependsOn(sourceSets["androidAndroidTestRelease"])
|
||||
dependsOn(sourceSets["androidTestFixtures"])
|
||||
dependsOn(sourceSets["androidTestFixturesDebug"])
|
||||
dependsOn(sourceSets["androidTestFixturesRelease"])
|
||||
}
|
||||
sourceSets["desktopMain"].apply { dependencies { implementation(libs.kamel.image) } }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue