We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0997eb4 commit a0c611bCopy full SHA for a0c611b
snippets/kotlin-multiplatform/installation.mdx
@@ -5,9 +5,9 @@ kotlin {
5
//...
6
sourceSets {
7
commonMain.dependencies {
8
- api("com.powersync:core:$powersyncVersion")
+ implementation("com.powersync:core:$powersyncVersion")
9
// If you want to use the Supabase Connector, also add the following:
10
- implementation("com.powersync:connectors:$powersyncVersion")
+ implementation("com.powersync:connector-supabase:$powersyncVersion")
11
}
12
13
0 commit comments