Skip to content

Commit

Permalink
Update commented targets
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Jun 9, 2024
1 parent 335da9e commit 0582e40
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,21 @@ kotlin {
tvosArm64()
tvosSimulatorArm64()

// Not supported yet by all dependencies
// watchosDeviceArm64() // missing in Ktor
// androidNativeArm32() // missing in Ktor
// androidNativeArm64() // missing in Ktor
// androidNativeX64() // missing in Ktor
// androidNativeX86() // missing in Ktor
// Not supported yet by Ktor

// wasmJs {
// browser()
// nodejs()
// d8()
// }
// wasmWasi {
// nodejs()
// }
// watchosDeviceArm64()
// androidNativeArm32()
// androidNativeArm64()
// androidNativeX64()
// androidNativeX86()

sourceSets {
commonMain {
Expand Down

0 comments on commit 0582e40

Please sign in to comment.