Skip to content

Commit a7c519d

Browse files
committed
Disable Kotlin cross-compilation
1 parent bf58cab commit a7c519d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ POM_DEVELOPER_URL=https://powersync.com/
3535
POM_DEVELOPER_EMAIL=[email protected]
3636
#Dokka
3737
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
38+
# We don't need cross-compilation, and it causes compilation errors on Linux.
39+
kotlin.native.enableKlibsCrossCompilation=false

0 commit comments

Comments
 (0)