mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +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
|
@ -13,9 +13,6 @@ kotlin {
|
|||
sourceSets["androidMain"].apply {
|
||||
dependencies { implementation(libs.sqldelight.androidDriver) }
|
||||
dependsOn(sourceSets["androidAndroidTestRelease"])
|
||||
dependsOn(sourceSets["androidTestFixtures"])
|
||||
dependsOn(sourceSets["androidTestFixturesDebug"])
|
||||
dependsOn(sourceSets["androidTestFixturesRelease"])
|
||||
}
|
||||
sourceSets["commonMain"].apply {
|
||||
dependencies { implementation(libs.sqldelight.primitiveAdapters) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue