Skip to content

Commit c02f01b

Browse files
committed
Revert unintentional change
1 parent 7401a44 commit c02f01b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

connectors/supabase/build.gradle.kts

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ plugins {
1212

1313
kotlin {
1414
powersyncTargets()
15+
targets.withType<KotlinNativeTarget> {
16+
compilations.named("main") {
17+
compileTaskProvider {
18+
compilerOptions.freeCompilerArgs.add("-Xexport-kdoc")
19+
}
20+
}
21+
}
1522

1623
explicitApi()
1724

0 commit comments

Comments
 (0)