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.
34 lines
1.1 KiB
34 lines
1.1 KiB
4 years ago
|
## Features
|
||
|
|
||
3 years ago
|
### Supported platforms
|
||
|
* macOS (x86-64, arm64)
|
||
|
* Windows (x86-64)
|
||
|
* Linux (x86-64, arm64)
|
||
|
* Web browsers
|
||
|
|
||
4 years ago
|
### Limitations
|
||
|
|
||
3 years ago
|
Following limitations apply to 1.0 release.
|
||
4 years ago
|
|
||
3 years ago
|
* Only 64-bit x86 Windows is supported
|
||
4 years ago
|
* Only JDK 11 or later is supported due to the memory management scheme used in Skia bindings
|
||
3 years ago
|
* Only JDK 15 or later is supported for packaging native distributions due to jpackage limitations
|
||
3 years ago
|
|
||
|
Knowing issues on older versions:
|
||
|
- OpenJDK 11.0.12 has [an issue](https://github.com/JetBrains/compose-jb/issues/940), when we switch keyboard layout on MacOs (isn't reproducible in OpenJDK 11.0.15)
|
||
4 years ago
|
|
||
4 years ago
|
[comment]: <> (__SUPPORTED_GRADLE_VERSIONS__)
|
||
|
|
||
3 years ago
|
### Kotlin compatibility
|
||
|
|
||
2 years ago
|
A new version of Kotlin may be not supported immediately after its release. But after some time we will release a version of Compose Multiplatform
|
||
|
that supports it.
|
||
|
Starting from 1.2.0, Compose Multiplatform supports multiple versions of Kotlin.
|
||
|
|
||
|
Kotlin version | Minimal Compose version | Notes
|
||
|
--- | --- | ---
|
||
|
1.5.31 | 1.0.0
|
||
|
1.6.20 | 1.1.1
|
||
|
1.7.10 | 1.2.0
|
||
|
1.7.20 | 1.2.0 | JS is not supported (will be fixed in the next versions)
|