mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
gradle: bump AGP
This commit is contained in:
parent
586db42bad
commit
426c64f5cf
4 changed files with 2 additions and 7 deletions
|
@ -48,7 +48,6 @@ kotlin {
|
|||
implementation(libs.androidx.browser)
|
||||
implementation(libs.coil.compose)
|
||||
}
|
||||
dependsOn(sourceSets["androidAndroidTestRelease"])
|
||||
}
|
||||
sourceSets["desktopMain"].apply {
|
||||
resources.srcDir("src/androidMain/res/drawable/")
|
||||
|
|
|
@ -10,10 +10,7 @@ plugins {
|
|||
kotlin {
|
||||
android()
|
||||
jvm("desktop")
|
||||
sourceSets["androidMain"].apply {
|
||||
dependencies { implementation(libs.sqldelight.androidDriver) }
|
||||
dependsOn(sourceSets["androidAndroidTestRelease"])
|
||||
}
|
||||
sourceSets["androidMain"].apply { dependencies { implementation(libs.sqldelight.androidDriver) } }
|
||||
sourceSets["commonMain"].apply {
|
||||
dependencies { implementation(libs.sqldelight.primitiveAdapters) }
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[versions]
|
||||
accompanist = "0.24.6-alpha"
|
||||
agp = "7.4.0-alpha06"
|
||||
agp = "7.4.0-alpha07"
|
||||
androidXTest = "1.4.0"
|
||||
aurora = "1.1.0"
|
||||
coil = "2.1.0"
|
||||
|
|
|
@ -10,7 +10,6 @@ plugins {
|
|||
kotlin {
|
||||
android()
|
||||
jvm()
|
||||
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