From d2789b096dc039ffa2fe6d15c33413cff34b71d6 Mon Sep 17 00:00:00 2001 From: akurasov <86794754+akurasov@users.noreply.github.com> Date: Tue, 14 Dec 2021 17:59:01 +0300 Subject: [PATCH] Adding Kotlin compatibility information --- FEATURES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index 5dab1b3b9d..3696ab28c4 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -40,6 +40,14 @@ Following limitations apply to 1.0 release. [comment]: <> (__SUPPORTED_GRADLE_VERSIONS__) +### Kotlin compatibility + +Compose version | Kotlin version +--- | --- +1.0.0+ | 1.5.31 +1.0.1-rc2+ | 1.6.10 + + ### Gradle plugin compatibility * M1 works only with Gradle 6.4 and 6.5;