Skip to content

Commit

Permalink
Dependency updates, additional platforms: Fix: unsupported platforms …
Browse files Browse the repository at this point in the history
…are removed back
  • Loading branch information
svok committed Jul 3, 2022
1 parent e6bb5d2 commit 88980ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ kotlin {
}
jvm()
linuxX64()
linuxArm64()
linuxArm32Hfp()
linuxMips32()
linuxMipsel32()
// linuxArm64()
// linuxArm32Hfp()
// linuxMips32()
// linuxMipsel32()
ios()
iosX64()
iosArm64()
Expand All @@ -38,9 +38,9 @@ kotlin {
watchosArm64()
watchosX86()
watchosX64()
wasm()
wasm32()
mingwX86()
// wasm()
// wasm32()
// mingwX86()
mingwX64()

sourceSets {
Expand Down

0 comments on commit 88980ce

Please sign in to comment.