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
|
@ -10,12 +10,7 @@ plugins {
|
|||
kotlin {
|
||||
android()
|
||||
jvm()
|
||||
sourceSets["androidMain"].apply {
|
||||
dependsOn(sourceSets["androidAndroidTestRelease"])
|
||||
dependsOn(sourceSets["androidTestFixtures"])
|
||||
dependsOn(sourceSets["androidTestFixturesDebug"])
|
||||
dependsOn(sourceSets["androidTestFixturesRelease"])
|
||||
}
|
||||
sourceSets["androidMain"].apply { dependsOn(sourceSets["androidAndroidTestRelease"]) }
|
||||
sourceSets["commonMain"].apply {
|
||||
dependencies { implementation(libs.kotlinx.serialization.core) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue