Files
kotlin-fork/idea/testData/perfTest/native/CsvParser/build.gradle.kts.footer
T

7 lines
283 B
Plaintext
Vendored

kotlin.targets.filterIsInstance<org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget>().forEach { target ->
target.compilations.forEach { compilation ->
// enable Kotlin/Native endorsed libs in every compilation
compilation.enableEndorsedLibs = true
}
}