Wow, it sorta, but not relly, works

This commit is contained in:
Syer10
2022-12-05 22:26:09 -05:00
parent 64071f35d7
commit d94b2719f8
2 changed files with 92 additions and 4 deletions

View File

@@ -20,9 +20,16 @@ kotlin {
}
}
}
iosX64()
iosArm64()
iosSimulatorArm64()
val configuration: org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget.() -> Unit = {
binaries {
framework {
baseName = "i18n"
}
}
}
iosX64(configure = configuration)
iosArm64(configure = configuration)
iosSimulatorArm64(configure = configuration)
sourceSets {
val commonMain by getting {