Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Jan 28, 2025
1 parent 001b210 commit 52fbae1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kotlin {
//lipo -create “libApplicationInsightsObjectiveC.a” “libApplicationInsightsObjectiveC.a” -output “libApplicationInsightsObjectiveC.a”
listOf(
iosArm64(),
iosSimulatorArm64()
//iosSimulatorArm64()
).forEach {
it.binaries.framework {
baseName = "shared"
Expand Down Expand Up @@ -69,11 +69,11 @@ kotlin {

// // iOS Targets
val iosArm64Main by getting
val iosSimulatorArm64Main by getting
// val iosSimulatorArm64Main by getting
val iosMain by creating {
dependsOn(commonMain)
iosArm64Main.dependsOn(this)
iosSimulatorArm64Main.dependsOn(this)
// iosSimulatorArm64Main.dependsOn(this)
dependencies {
implementation(libs.ktor.client.darwin)
}
Expand Down Expand Up @@ -167,7 +167,7 @@ dependencies {
with("de.jensklingenberg.ktorfit:ktorfit-ksp:2.0.1") {
add("kspAndroid", this)
add("kspIosArm64", this)
add("kspIosSimulatorArm64", this)
//add("kspIosSimulatorArm64", this)
}
}

Expand Down

0 comments on commit 52fbae1

Please sign in to comment.