Big Chungus
01/08/2020, 12:26 PMBig Chungus
01/08/2020, 12:46 PMDominaezzz
01/08/2020, 1:19 PMKris Wong
01/08/2020, 1:50 PMtargets.withType<KotlinNativeTarget> {
compilations.getByName("main") {
defaultSourceSet {
if (name != "iosMain") {
dependsOn(sourceSets["iosMain"])
}
}
cinterops.create("phonenumbers") {
includeDirs("c_interop/libPhoneNumber_iOS.framework/Headers")
}
}
binaries.framework {
baseName = "${project.extra["iosFrameworkName"]}"
linkerOpts.add("-Fc_interop")
}
}