aleksey.tomin
mimalloc
-Xallocator=mimalloc
Artyom Degtyarev [JB]
freeCompilerArgs
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile ... val compileKotlin: KotlinCompile by tasks compileKotlin.kotlinOptions.freeCompilerArgs += "-Xallocator=mimalloc"
$ ./gradlew build ... * What went wrong: Task with name 'compileKotlin' not found in root project 'kotlin-native'.
A modern programming language that makes developers happier.