Skip to content

Commit

Permalink
Enable Kotlin Multiplatform cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalik committed Jan 27, 2025
1 parent 611084b commit b3ebdb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
android.useAndroidX=true
kotlin.code.style=official
kotlin.incremental.useClasspathSnapshot=true
kotlin.native.enableKlibsCrossCompilation=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -XX:+UseParallelGC
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled

0 comments on commit b3ebdb6

Please sign in to comment.