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.
 
 
 
 
Alexey Tsvetkov 014fb87429 Enable official code style when root dir is opened in Intellij 4 years ago
artwork Add artwork. 4 years ago
cef CEF to dev97 4 years ago
ci Add information on Docker in release instruction 4 years ago
examples Add desktop application Gradle plugin 4 years ago
gradle-plugins Enable official code style when root dir is opened in Intellij 4 years ago
templates Multiplatform template in IDEA / Android Studio. Add comment about issue 4 years ago
tutorials Update main.md 4 years ago
.gitignore Add .idea to gitignore 4 years ago
LICENSE Initial commit 4 years ago
README.md Refactor gradle-plugin build configuration to allow other plugins 4 years ago
gradle.properties Enable official code style when root dir is opened in Intellij 4 years ago

README.md

official project

Compose for Desktop, by JetBrains

Compose Kotlin UI framework port for desktop platforms (macOS, Linux, Windows), components outside of the core Compose repository at https://android.googlesource.com/platform/frameworks/support.

Repository organization

  • artwork - design artifacts
  • ci - Continuous Integration helpers
  • cef - CEF integration in Jetpack Compose
  • examples - examples of multiplatform Compose applications for Desktop and Android
    • imageviewer - Image Viewer application for Android and Desktop
    • issues - GitHub issue tracker with an adaptive UI and ktor-client
  • gradle-plugins - plugins, simplifying usage of Compose with Gradle
  • templates - new application templates (see desktop-template/build_and_run_from_cli_example.sh for using without Gradle)
  • tutorials - tutorials on using Compose for Desktop