Omar Mainegra
06/01/2020, 8:23 PMlinkDebugTestIos)Omar Mainegra
06/01/2020, 8:24 PMOmar Mainegra
06/02/2020, 2:32 AMconfigure([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