Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir committed Feb 13, 2024
1 parent fc7a1a8 commit ff5dafb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions solana-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ kotlin {
publishLibraryVariants("release")
}

// ios()
// iosSimulatorArm64()
ios()
iosSimulatorArm64()

js(IR) {
browser()
Expand Down Expand Up @@ -77,13 +77,13 @@ kotlin {
val jsMain by getting
val jsTest by getting

// val iosMain by getting {
// dependencies {
// implementation(libs.ktorClientDarwin)
// }
// }
// val iosTest by getting {
// }
val iosMain by getting {
dependencies {
implementation(libs.ktorClientDarwin)
}
}
val iosTest by getting {
}
}
}

Expand Down Expand Up @@ -133,7 +133,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
}
}

mavenPublishing {
publishing {
repositories {
mavenLocal()
}
Expand Down

0 comments on commit ff5dafb

Please sign in to comment.