You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="artwork/compose-logo-name-black.svg" alt="Compose Multiplatform logo and name" width="400">
10
+
</picture>
11
+
</a>
12
+
13
+
[Compose Multiplatform](https://jb.gg/cmp) is a declarative framework for sharing UI code across multiple platforms with Kotlin.
9
14
It is based on [Jetpack Compose](https://developer.android.com/jetpack/compose) and developed by [JetBrains](https://www.jetbrains.com/) and open-source contributors.
10
15
11
-
You can choose the platforms across which to share your UIs using Compose Multiplatform:
16
+
You can choose the platforms across which to share your UI code using Compose Multiplatform:
*[Desktop](https://jb.gg/start-cmp) (Windows, MacOS, and Linux)
16
21
*[Web](https://jb.gg/start-cmp) (Alpha)
17
22
18
23
For example, you can share UIs between iOS and Android or Windows and MacOS.
@@ -21,10 +26,6 @@ For example, you can share UIs between iOS and Android or Windows and MacOS.
21
26
22
27
## iOS
23
28
24
-
> 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.
25
-
> We would appreciate your feedback on it in the public Slack channel [#compose-ios](https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1678888063176359).
26
-
> If you face any issues, please report them on [YouTrack](https://youtrack.jetbrains.com/newIssue?project=CMP).
27
-
28
29
Compose Multiplatform shares most of its API with Jetpack Compose, the Android UI framework developed by Google.
29
30
You can use the same APIs to build user interfaces for both Android and iOS.
30
31
@@ -36,7 +37,7 @@ and embed complex native UI views, such as [MKMapView](https://developer.apple.c
36
37
37
38
## Android
38
39
39
-
When Android is one of your targets, you can get the same experience for Android as if you were developing an Android app
40
+
When Android is one of your targets, you get the same experience for Android as if you were developing an Android app
40
41
using [Jetpack Compose](https://developer.android.com/jetpack/compose).
41
42
42
43
**[Get started with Compose Multiplatform](https://jb.gg/start-cmp)**
@@ -50,8 +51,6 @@ It has desktop extensions for menus, keyboard shortcuts, window manipulation, an
50
51
51
52
**[Get started with Compose Multiplatform](https://jb.gg/start-cmp)**
52
53
53
-
> We would appreciate your feedback on Compose Multiplatform in the public Slack channel [#compose](https://kotlinlang.slack.com/archives/CJLTWPH7S/p1678882768039969).
54
-
55
54
## Web
56
55
57
56
> Web support is in Alpha. It may change incompatibly and require manual migration in the future.
@@ -81,7 +80,9 @@ for creating web user interfaces with HTML and CSS.
81
80
*[Compatibility and versioning](https://jb.gg/cmp-versioning)
82
81
*[Changelog](CHANGELOG.md)
83
82
83
+
## Get help
84
84
85
+
There are dedicated public Slack channels for [#compose-ios](https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1678888063176359), [#compose-desktop](https://kotlinlang.slack.com/archives/C01D6HTPATV) and [#compose-web](https://kotlinlang.slack.com/archives/C01F2HV7868/p1678887590205449), as well as the general [#compose](https://kotlinlang.slack.com/archives/CJLTWPH7S) channel.
85
86
86
-
87
+
If you encounter any issues, please report them on [YouTrack](https://youtrack.jetbrains.com/newIssue?project=CMP).
0 commit comments