hmole
def iosTarget = project.findProperty("IOS_TARGET") kotlin { targetFromPreset(presets[iosTarget], "ios") { } }
h0tk3y
KotlinNativeTargetPreset