fix mac build
This commit is contained in:
parent
6d6b16edfc
commit
632739c551
@ -125,7 +125,7 @@ kotlin {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hostOsName == "mac") {
|
if (hostOsName == "macos") {
|
||||||
iosX64("ios") {
|
iosX64("ios") {
|
||||||
binaries {
|
binaries {
|
||||||
framework {
|
framework {
|
||||||
@ -277,7 +277,7 @@ kotlin {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hostOsName == "mac") {
|
if (hostOsName == "macos") {
|
||||||
|
|
||||||
val iosMain by getting {
|
val iosMain by getting {
|
||||||
dependsOn(nativeMain)
|
dependsOn(nativeMain)
|
||||||
@ -378,7 +378,7 @@ tasks {
|
|||||||
val npmInstall by getting
|
val npmInstall by getting
|
||||||
val compileKotlinJs by getting(AbstractCompile::class)
|
val compileKotlinJs by getting(AbstractCompile::class)
|
||||||
val compileTestKotlinJs by getting(Kotlin2JsCompile::class)
|
val compileTestKotlinJs by getting(Kotlin2JsCompile::class)
|
||||||
|
|
||||||
val jvmTest by getting(Test::class) {
|
val jvmTest by getting(Test::class) {
|
||||||
testLogging {
|
testLogging {
|
||||||
events("PASSED", "FAILED", "SKIPPED")
|
events("PASSED", "FAILED", "SKIPPED")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user