Releases: zsmb13/requireKTX
Releases · zsmb13/requireKTX
2.0.0-alpha03
Update dependencies to stable versions, Compose 1.6.1, Kotlin 2.0.20, etc.
2.0.0-alpha02
Kotlin Multiplatform re-release of the original library, adding multiplatform support for the requirektx-bundle
and requirektx-navigation
artifacts, thanks to the Compose Multiplatform navigation library.
See the README for setup instructions and usage examples.
This release uses Kotlin 2.0.0-RC3 and Navigation Compose 2.7.0-alpha06.
The KMP libraries in this project support all targets that the multiplatform navigation library supports. These are currently:
androidTarget()
jvm()
iosArm64()
iosSimulatorArm64()
iosX64()
js {
browser()
nodejs()
}
linuxArm64()
linuxX64()
macosArm64()
macosX64()
tvosArm64()
tvosSimulatorArm64()
tvosX64()
wasmJs()
watchosArm32()
watchosArm64()
watchosSimulatorArm64()
watchosX64()
2.0.0-alpha01
Broken release, please ignore