mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
1.1 KiB
1.1 KiB
Features
Features currently available in Compose for Desktop
- Scrollbars support
- Image loading support
- Keyboard handling
- Mouse clicks and move
- Packaging to native distributions
- Tray, menu bar and notifications
- Window properties handling
Follow individual tutorials to understand how to use particular feature.
Limitations
Following limitations apply to Milestone 1 (M1) release.
- Only macOS 10.15 or later is supported
- Only 64-bit Windows is supported
- Only JDK 11 or later is supported due to the memory management scheme used in Skia bindings
Gradle plugin compatibility
- M1 works only with Gradle 6.4 and 6.5;
- M2 works only with Gradle 6.4 or later (6.7 is the latest tested version).