Skip to content

Commit

Permalink
Merge pull request #7 from Funkatronics/add-ios-targets
Browse files Browse the repository at this point in the history
Lets just stick with RpcCore MP for now
  • Loading branch information
Funkatronics authored Aug 17, 2023
2 parents 69222bd + f333c7a commit 00f289b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions okiodriver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ kotlin {
useJUnitPlatform()
}
}
listOf(
iosX64(),
iosArm64(),
iosSimulatorArm64(),
macosX64(),
macosArm64()
).forEach {
it.binaries.framework {
baseName = "rpccore-okiodriver"
}
}

sourceSets {
val commonMain by getting {
Expand All @@ -41,8 +30,6 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0-RC")
}
}
val jvmMain by getting
val jvmTest by getting
}
}

Expand Down

0 comments on commit 00f289b

Please sign in to comment.