mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Don't target iOS
We're not doing this anytime soon
This commit is contained in:
parent
6c1d8d5011
commit
263603616e
1 changed files with 7 additions and 7 deletions
|
@ -8,9 +8,9 @@ plugins {
|
|||
|
||||
kotlin {
|
||||
androidTarget()
|
||||
iosX64()
|
||||
iosArm64()
|
||||
iosSimulatorArm64()
|
||||
// iosX64()
|
||||
// iosArm64()
|
||||
// iosSimulatorArm64()
|
||||
sourceSets {
|
||||
commonMain {
|
||||
dependencies {
|
||||
|
@ -52,10 +52,10 @@ kotlin {
|
|||
implementation(libs.libarchive)
|
||||
}
|
||||
}
|
||||
iosMain {
|
||||
dependencies {
|
||||
}
|
||||
}
|
||||
// iosMain {
|
||||
// dependencies {
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue