mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
Migrate to SQLDelight 2.0.0-alpha02
This commit is contained in:
parent
3ca9dc37d7
commit
f7cf5720a7
12 changed files with 33 additions and 31 deletions
|
@ -17,6 +17,9 @@ kotlin {
|
|||
dependsOn(sourceSets["androidTestFixturesDebug"])
|
||||
dependsOn(sourceSets["androidTestFixturesRelease"])
|
||||
}
|
||||
sourceSets["commonMain"].apply {
|
||||
dependencies { implementation(libs.sqldelight.primitiveAdapters) }
|
||||
}
|
||||
sourceSets["desktopMain"].apply { dependencies { implementation(libs.sqldelight.jvmDriver) } }
|
||||
sourceSets["desktopTest"].apply {
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue