Skip to content

Commit

Permalink
Updates Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE committed Oct 1, 2024
1 parent fb9eec8 commit 13f0f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KSP library for generating `ComposeUIViewController` and `UIViewControllerRepres

| Version | Kotlin | KSP | Compose Multiplatform | Xcode |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------:|:------:|:---------------------:|:--------------:|
| [![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/io.github.guilhe.kmp.plugin-composeuiviewcontroller)](https://plugins.gradle.org/plugin/io.github.guilhe.kmp.plugin-composeuiviewcontroller) | 2.0.20 | 1.0.25 | 1.7.0-beta01 | 15.3.0, 16.0.0 |
| [![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/io.github.guilhe.kmp.plugin-composeuiviewcontroller)](https://plugins.gradle.org/plugin/io.github.guilhe.kmp.plugin-composeuiviewcontroller) | 2.0.20 | 1.0.25 | 1.7.0-rc01 | 15.3.0, 16.0.0 |

The suffix `-ALPHA` or `-BETA` will be added to reflect JetBrain's [Compose Multiplatform iOS stability level](https://www.jetbrains.com/help/kotlin-multiplatform-dev/supported-platforms.html#current-platform-stability-levels-for-compose-multiplatform-ui-framework), until it becomes `STABLE`.

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlinCompose = "1.7.0-beta01"
kotlinCompose = "1.7.0-rc01"
kotlinxSerialization = "1.7.1"
kotlinxSerializationPlugin = "2.0.0"
dokka = "1.9.20"
Expand Down

0 comments on commit 13f0f2f

Please sign in to comment.