Omar Mainegra
06/01/2020, 8:23 PMlinkDebugTestIos
)configure([iosX64, iosArm64]) {
binaries.all {
if (it instanceof org.jetbrains.kotlin.gradle.plugin.mpp.TestExecutable) {
it.debuggable = false
it.optimized = true
}
...
}
...
}
The gradle task is still named linkDebugTestIos
(Linking) and iosTest
(Running), but the executable is half the size, and twice faster