Ahmed na
p-schneider
-Xallocator=custom
kotlin { macosX64("native") { binaries.executable() compilations.configureEach { compilerOptions.configure { freeCompilerArgs.add("-Xallocator=custom") } } } }
listOf( iosX64(), iosArm64(), iosSimulatorArm64() ).forEach { it.compilations.configureEach { compilerOptions.configure { freeCompilerArgs.add("-Xallocator=custom") } } }
A modern programming language that makes developers happier.