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 bf58cab commit a7c519dCopy full SHA for a7c519d
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