Cleanup Kotlin Multiplatform deprecated targets
JavierSegoviaCordoba opened this issue · 0 comments
JavierSegoviaCordoba commented
Note
JS
- Use
js()
instead ofjs(BOTH)
orjs(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