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\=
7
7
io.ktor.development =true
8
8
9
9
# 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 {
20
20
}
21
21
macosX64()
22
22
// 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()
30
24
31
25
sourceSets {
32
26
commonMain.dependencies {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ kotlin {
14
14
it.binaries {
15
15
executable {
16
16
entryPoint = " com.github.trueangle.knative.lambda.runtime.sample.main"
17
+ freeCompilerArgs + = listOf (" -Xruntime-logs=gc=info" , " -Xallocator=std" )
17
18
}
18
19
}
19
20
}
You can’t perform that action at this time.
0 commit comments