JavierSegoviaCordoba/hubdle

Cleanup Kotlin Multiplatform deprecated targets

JavierSegoviaCordoba opened this issue · 0 comments

Note

https://kotlinlang.org/docs/native-target-support.html

JS

  • Use js() instead of js(BOTH) or js(LEGACY)

Add targets

  • Add androidNativeArm32
  • Add androidNativeArm64
  • Add androidNativeX86
  • Add androidNativeX64
  • Add watchosDeviceArm64

Remove targets

  • Remove iosArm32
  • Remove watchosX86
  • Remove wasm32
  • Remove mingwX86
  • Remove linuxArm32Hfp
  • Remove linuxMips32
  • Remove linuxMipsel32

Blocked by:

  • Update to Kotlin 1.8.20
  • Update Compose Compiler to a version compatible with Kotlin 1.8.20