From 1ee574ee7ea97d2f0736afb2ad5e319eb31de718 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Wed, 3 Feb 2021 13:38:48 +0300 Subject: [PATCH] Update FEATURES.md --- FEATURES.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index 2978e9150b..31bc89d6b1 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -13,15 +13,17 @@ Follow individual tutorials to understand how to use particular feature. ### Limitations -Following limitations apply to Milestone 1 (M1) release. +Following limitations apply to Milestone 3 (M3) 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 + * Some Linux distributions require additional packages to be instaled, see [this issue](https://github.com/JetBrains/compose-jb/issues/273) for more information + [comment]: <> (__SUPPORTED_GRADLE_VERSIONS__) ### 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). \ No newline at end of file +* 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).