Skip to content

Commit dce53c8

Browse files
authored
Opt-in into experimental interop (KT-57728) to fix aggregate build (#113)
1 parent 40b7c79 commit dce53c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
1010
kotlin.mpp.enableCompatibilityMetadataVariant=true
1111
kotlin.native.distribution.type=prebuilt
1212

13-
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
13+
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

runtime/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ kotlin {
3838
resources.srcDirs = ["$it.name/resources"]
3939
languageSettings {
4040
progressiveMode = true
41+
optIn("kotlinx.cinterop.ExperimentalForeignApi")
4142
}
4243
}
4344

0 commit comments

Comments
 (0)