Skip to content

2.0.0-alpha02

Pre-release
Pre-release
Compare
Choose a tag to compare
@zsmb13 zsmb13 released this 18 May 13:24
· 4 commits to main since this release

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()