Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ivan Matkov e9f976f6d4
Update Kotlin to 2.2.21 in tests and examples (#5475)
1 month ago
..
Getting_Started Link to Getting Started page from IntelliJ IDEA (#3118) 3 years ago
HTML Update Kotlin to 2.2.21 in tests and examples (#5475) 1 month ago
Image_And_Icons_Manipulations Update README.md (#3983) 2 years ago
Native_distributions_and_local_execution moved updated desktop tutorials to kmp portal (#5136) 1 year ago
Signing_and_notarization_on_macOS Switch to notarytool for notarization (#3642) 2 years ago
Tab_Navigation Remove experimental templates, update READMEs with templates new locations (#2847) 3 years ago
Tray_Notifications_MenuBar_new
checker Bump versions (Kotlin, AGP, Gradle) (#5399) 4 months ago
README.md moved updated desktop tutorials to kmp portal (#5136) 1 year ago

README.md

Tutorials

iOS + Android + Desktop

Desktop

Web (based on Wasm)

General

Google's Foundation and Design tutorials were originally written for Android but can be used as a reference for other targets.

Libraries

HTML

The Compose HTML library allows you to build reactive user interfaces for the web in Kotlin using the concepts and APIs of Compose to express the state, behavior, and logic of your application.

The HTML library provides multiple ways of declaring user interfaces in Kotlin with an ability to fully control your website layout with a declarative HTML/CSS API.

Note that this library doesn't support Kotlin/Wasm yet.