mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
gradle: bump AGP
This commit is contained in:
parent
586db42bad
commit
426c64f5cf
4 changed files with 2 additions and 7 deletions
|
@ -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) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue