fix: Don't target iOS

We're not doing this anytime soon
This commit is contained in:
Ahmad Ansori Palembani 2024-12-15 21:22:46 +07:00
parent 6c1d8d5011
commit 263603616e
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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 {
// }
// }
}
}