Skip to content

Commit

Permalink
update: stability levels change for 1.6.10 (#4857)
Browse files Browse the repository at this point in the history
Update the stability levels of iOS and Web in the main README according
to the 1.6.10 release changes.
  • Loading branch information
zamulla authored May 23, 2024
1 parent 4c01cbd commit b323504
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ It is based on [Jetpack Compose](https://developer.android.com/jetpack/compose)

You can choose the platforms across which to share your UIs using Compose Multiplatform:

* [iOS](https://jb.gg/start-cmp) (Alpha)
* [iOS](https://jb.gg/start-cmp) (Beta)
* [Android](https://jb.gg/start-cmp)
* [Desktop](https://jb.gg/start-cmp) (Windows, MacOS, Linux)
* [Web](https://kotl.in/wasm-compose-example) (Experimental)
* [Web](https://jb.gg/start-cmp) (Alpha)

For example, you can share UIs between iOS and Android or Windows and MacOS.

![Shared UIs of the iOS, Android, desktop, and web apps](artwork/readme/apps.png)

## iOS

> iOS support is in Alpha. It may change incompatibly and require manual migration in the future.
> iOS support is in Beta. It is feature complete, and migration issues should be minimal. You may still encounter bugs, performance and developer experience issues, but not as much as in the Alpha stage.
> We would appreciate your feedback on it in the public Slack channel [#compose-ios](https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1678888063176359).
> If you face any issues, please report them on [GitHub](https://github.com/JetBrains/compose-multiplatform/issues).
Expand Down Expand Up @@ -55,15 +55,15 @@ It has desktop extensions for menus, keyboard shortcuts, window manipulation, an
## Web

> Web support is Experimental and may be changed at any time. Use it only for evaluation purposes.
> Web support is in Alpha. It may change incompatibly and require manual migration in the future.
> We would appreciate your feedback on it in the public Slack channel [#compose-web](https://kotlinlang.slack.com/archives/C01F2HV7868/p1678887590205449).
> If you face any issues, please report them on [GitHub](https://github.com/JetBrains/compose-multiplatform/issues).
You can experiment with sharing your mobile or desktop UIs with the web. Compose for Web is based on [Kotlin/Wasm](https://kotl.in/wasm),
the newest target for Kotlin Multiplatform projects. It allows Kotlin developers to run their code in the browser with
all the benefits that WebAssembly has to offer, such as good and predictable performance for your applications.

**[Get started with Compose for Web](https://kotl.in/wasm-compose-example)**
**[Get started with Compose for Web](https://jb.gg/start-cmp)**

## Libraries

Expand Down

0 comments on commit b323504

Please # to comment.