Skip to content

Commit 8cbc3f7

Browse files
committed
enable concurrent mark and sweep gc on native
1 parent f42a79d commit 8cbc3f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
66

77
kotlin.mpp.enableCInteropCommonization=true
88

9+
kotlin.native.binary.gc=cms
10+
911
kotlin.code.style=official

0 commit comments

Comments
 (0)