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 803c1ed commit 9b3fd05Copy full SHA for 9b3fd05
core/src/commonMain/kotlin/com/powersync/sync/SyncOptions.kt
@@ -17,9 +17,9 @@ public class SyncOptions @ExperimentalPowerSyncAPI constructor(
17
public val newClientImplementation: Boolean = false,
18
public val method: ConnectionMethod = ConnectionMethod.Http,
19
) {
20
- internal companion object {
+ public companion object {
21
@OptIn(ExperimentalPowerSyncAPI::class)
22
- val defaults: SyncOptions = SyncOptions()
+ public val defaults: SyncOptions = SyncOptions()
23
}
24
25
0 commit comments