Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.93 KB

FEATURES.md

File metadata and controls

46 lines (35 loc) · 1.93 KB

Features

Supported platforms

  • macOS (x86-64, arm64)
  • Windows (x86-64)
  • Linux (x86-64, arm64)
  • Web browsers

Features currently available in Compose for Desktop

Features currently available in Compose for Web

Follow individual tutorials to understand how to use particular feature.

Limitations

Following limitations apply to Alpha release.

  • Only 64-bit x86 Windows is supported
  • Only JDK 11 or later is supported due to the memory management scheme used in Skia bindings
  • Only JDK 15 or later is supported for packaging native distributions due to jpackage limitations

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).
  • M3 works only with Gradle 6.4 or later (6.8 is the latest tested version).
  • Alpha works with Gradle 6.7 or later (7.1 is the latest tested version).