Skip to content

Releases: zsmb13/requireKTX

2.0.0-alpha02

18 May 13:24
Compare
Choose a tag to compare
2.0.0-alpha02 Pre-release
Pre-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()

2.0.0-alpha01

18 May 10:48
Compare
Choose a tag to compare
2.0.0-alpha01 Pre-release
Pre-release

Broken release, please ignore

1.3.0

10 May 15:24
Compare
Choose a tag to compare

Changes: #3

This is a re-release with unchanged sources and APIs, but with several version bumps and a large refactoring of the project setup.

1.2.0

10 Jun 18:15
ab43eea
Compare
Choose a tag to compare
Update version to 1.2.0

1.1.0

03 Jun 21:21
09fd2c6
Compare
Choose a tag to compare
Update headers in README

1.0.0

29 May 14:54
9131d7d
Compare
Choose a tag to compare
Fix source jar task name in publishing script