File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\=
77io.ktor.development =true
88
99# kotlin.native.cacheKind.linuxX64=none
10+ kotlin.native.ignoreDisabledTargets =true
Original file line number Diff line number Diff line change @@ -20,13 +20,7 @@ kotlin {
2020 }
2121 macosX64()
2222 // linuxArm64() // https://youtrack.jetbrains.com/issue/KT-36871/Support-Aarch64-Linux-as-a-host-for-the-Kotlin-Native
23- linuxX64 {
24- binaries {
25- executable {
26- freeCompilerArgs + = listOf (" -Xruntime-logs=gc=info" , " -Xallocator=std" )
27- }
28- }
29- }
23+ linuxX64()
3024
3125 sourceSets {
3226 commonMain.dependencies {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ kotlin {
1414 it.binaries {
1515 executable {
1616 entryPoint = " com.github.trueangle.knative.lambda.runtime.sample.main"
17+ freeCompilerArgs + = listOf (" -Xruntime-logs=gc=info" , " -Xallocator=std" )
1718 }
1819 }
1920 }
You can’t perform that action at this time.
0 commit comments