mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Wow, it sorta, but not relly, works
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user