Skip to content

Commit

Permalink
Remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Dec 14, 2023
1 parent 38e04d1 commit 61cf93b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 17 deletions.
2 changes: 0 additions & 2 deletions ktorfit-annotations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ kotlin {
tvosArm64()
tvosX64()
tvosSimulatorArm64()
@OptIn(ExperimentalWasmDsl::class)
wasmJs()
macosX64()
macosArm64()
linuxX64 {
Expand Down
2 changes: 0 additions & 2 deletions ktorfit-converters/call/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ kotlin {
this.nodejs()
binaries.executable() // not applicable to BOTH, see details below
}
wasmJs(){

}
androidTarget {
publishLibraryVariants("release", "debug")
}
Expand Down
2 changes: 0 additions & 2 deletions ktorfit-converters/flow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ kotlin {
this.nodejs()
binaries.executable() // not applicable to BOTH, see details below
}
wasmJs(){

}

androidTarget {
publishLibraryVariants("release", "debug")
Expand Down
3 changes: 1 addition & 2 deletions ktorfit-converters/response/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ kotlin {
iosArm64()
iosX64()
iosSimulatorArm64()
@OptIn(ExperimentalWasmDsl::class)
wasmJs()

watchosArm32()
watchosArm64()
watchosX64()
Expand Down
3 changes: 1 addition & 2 deletions ktorfit-lib-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ kotlin {
tvosSimulatorArm64()
macosX64()
macosArm64()
@OptIn(ExperimentalWasmDsl::class)
wasmJs()

linuxX64 {
binaries {
executable()
Expand Down
9 changes: 2 additions & 7 deletions ktorfit-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ kotlin {
tvosSimulatorArm64()
macosX64()
macosArm64()
@OptIn(ExperimentalWasmDsl::class)
wasmJs()

linuxX64 {
binaries {
executable()
Expand Down Expand Up @@ -127,11 +126,7 @@ kotlin {
}
}

val wasmJsMain by getting {
dependencies {
implementation(libs.ktor.client.wasm.js)
}
}


val iosX64Main by getting
val iosArm64Main by getting
Expand Down

0 comments on commit 61cf93b

Please sign in to comment.