Skip to content

Commit a0c611b

Browse files
committed
Fix installation guide for Kotlin SDK
1 parent 0997eb4 commit a0c611b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/kotlin-multiplatform/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ kotlin {
55
//...
66
sourceSets {
77
commonMain.dependencies {
8-
api("com.powersync:core:$powersyncVersion")
8+
implementation("com.powersync:core:$powersyncVersion")
99
// If you want to use the Supabase Connector, also add the following:
10-
implementation("com.powersync:connectors:$powersyncVersion")
10+
implementation("com.powersync:connector-supabase:$powersyncVersion")
1111
}
1212
//...
1313
}

0 commit comments

Comments
 (0)