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 40b7c79 commit dce53c8Copy full SHA for dce53c8
gradle.properties
@@ -10,4 +10,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
10
kotlin.mpp.enableCompatibilityMetadataVariant=true
11
kotlin.native.distribution.type=prebuilt
12
13
-org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
runtime/build.gradle
@@ -38,6 +38,7 @@ kotlin {
38
resources.srcDirs = ["$it.name/resources"]
39
languageSettings {
40
progressiveMode = true
41
+ optIn("kotlinx.cinterop.ExperimentalForeignApi")
42
}
43
44
0 commit comments