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 087e79e commit ee45389Copy full SHA for ee45389
gradle.properties
@@ -35,3 +35,5 @@ POM_DEVELOPER_URL=https://powersync.com/
35
POM_DEVELOPER_EMAIL=[email protected]
36
#Dokka
37
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