Skip to content

Commit f0957e6

Browse files
committed
Make sqlite-bundled an API dependency
1 parent b027608 commit f0957e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ kotlin {
5252
androidMain {
5353
dependencies {
5454
api(libs.powersync.sqlite.core.android)
55+
api(libs.androidx.sqlite.bundled)
5556
implementation(libs.ktor.client.okhttp)
56-
implementation(libs.androidx.sqlite.bundled)
5757
}
5858
}
5959

6060
jvmMain {
6161
dependencies {
62+
api(libs.androidx.sqlite.bundled)
6263
implementation(libs.ktor.client.okhttp)
63-
implementation(libs.androidx.sqlite.bundled)
6464
}
6565
}
6666

0 commit comments

Comments
 (0)