mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
gradle: downgrade AGP to 7.0.x again
This commit is contained in:
parent
844082aed9
commit
3be6e2552f
4 changed files with 2 additions and 13 deletions
|
@ -33,9 +33,6 @@ kotlin {
|
|||
implementation(libs.coil.compose)
|
||||
}
|
||||
dependsOn(sourceSets["androidAndroidTestRelease"])
|
||||
dependsOn(sourceSets["androidTestFixtures"])
|
||||
dependsOn(sourceSets["androidTestFixturesDebug"])
|
||||
dependsOn(sourceSets["androidTestFixturesRelease"])
|
||||
}
|
||||
sourceSets["desktopMain"].apply {
|
||||
resources.srcDir("src/androidMain/res/drawable/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue