Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.

License

NotificationsYou must be signed in to change notification settings

JetBrains/compose-multiplatform

Repository files navigation

official projectstableprereleasedev

Compose Multiplatform logo and name

Compose Multiplatform is a declarative framework for sharing UI code across multiple platforms with Kotlin.It is based onJetpack Compose and developed byJetBrains and open-source contributors.

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

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

Shared UIs of the iOS, Android, desktop, and web apps

iOS

Compose Multiplatform shares most of its API with Jetpack Compose, the Android UI framework developed by Google.You can use the same APIs to build user interfaces for both Android and iOS.

Since Compose is built on top ofKotlin Multiplatform,you can easily access native APIs, such as theCamera API,and embed complex native UI views, such asMKMapView.

Get started with Compose Multiplatform

Android

When Android is one of your targets, you get the same experience for Android as if you were developing an Android appusingJetpack Compose.

Get started with Compose Multiplatform

Desktop

Compose Multiplatform targets the JVM and supports high-performance hardware-accelerated UI rendering on all major desktopplatforms – macOS, Windows, and Linux.

It has desktop extensions for menus, keyboard shortcuts, window manipulation, and notification management.

Get started with Compose Multiplatform

Web

Web support is in Beta, making it a great time to give it a try. Check out ourblog post to learn more about the progress made to reach this milestone.We would appreciate your feedback on it in the public Slack channel#compose-web.If you face any issues, please report them onYouTrack.

You can experiment with sharing your mobile or desktop UIs with the web. Compose Multiplatform for web is based onKotlin/Wasm,the newest target for Kotlin Multiplatform projects. It allows Kotlin developers to run their code in the browser withall the benefits that WebAssembly has to offer, such as good and predictable performance for your applications.

Get started with Compose Multiplatform for web

Libraries

Compose HTML

Compose HTML is a library targetingKotlin/JS that provides Composable building blocksfor creating web user interfaces with HTML and CSS.

Note that Compose HTML is not a multiplatform library. It can be used only with Kotlin/JS.

Learn more

Get help

There are dedicated public Slack channels for#compose-ios,#compose-desktop and#compose-web, as well as the general#compose channel.

If you encounter any issues, please report them onYouTrack.


[8]ページ先頭

©2009-2025 Movatter.jp