File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
2-
31plugins {
42 // this is necessary to avoid the plugins to be loaded multiple times
53 // in each subproject's classloader
@@ -13,9 +11,10 @@ allprojects {
1311 version = " 0.0.2"
1412}
1513
14+ /*
1615tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
1716 compilerOptions {
1817 freeCompilerArgs.add("-Xallocator=std")
1918 freeCompilerArgs.add("-Xruntime-logs=gc=info")
2019 }
21- }
20+ }*/
Original file line number Diff line number Diff line change 11import dev.mokkery.MockMode
2+ import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
23
34plugins {
45 alias(libs.plugins.kotlin.multiplatform)
@@ -14,10 +15,10 @@ kotlin {
1415 // linuxArm64() // https://youtrack.jetbrains.com/issue/KT-36871/Support-Aarch64-Linux-as-a-host-for-the-Kotlin-Native
1516 linuxX64()
1617
17- /* @OptIn(ExperimentalKotlinGradlePluginApi::class)
18+ @OptIn(ExperimentalKotlinGradlePluginApi ::class )
1819 compilerOptions {
1920 freeCompilerArgs.add(" -Xallocator=std" )
20- }*/
21+ }
2122
2223 sourceSets {
2324 commonMain.dependencies {
You can’t perform that action at this time.
0 commit comments