File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ plugins {
9494 id(" org.jetbrains.dokka" ) version " 1.6.10" apply false
9595 id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.11.0"
9696 id(" kotlinx-atomicfu" ) version " 0.17.3" apply false
97+ id(" com.osacky.doctor" ) version " 0.8.1"
9798}
9899
99100allprojects {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ kotlin.native.binary.memoryModel=experimental
2020org.gradle.daemon =true
2121org.gradle.caching =true
2222org.gradle.vfs.watch =true
23- org.gradle.jvmargs =-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
23+ org.gradle.jvmargs =-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC
2424
2525# kotlin
2626kotlin.native.ignoreDisabledTargets =true
You can’t perform that action at this time.
0 commit comments