From 936b62dfadb020cbb3c40855e52177556d350788 Mon Sep 17 00:00:00 2001 From: Romain Boisselle Date: Thu, 3 Jun 2021 10:40:33 +0200 Subject: [PATCH] improve compose docs --- doc/modules/framework/pages/compose.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/modules/framework/pages/compose.adoc b/doc/modules/framework/pages/compose.adoc index 55879245..c3b620bc 100644 --- a/doc/modules/framework/pages/compose.adoc +++ b/doc/modules/framework/pages/compose.adoc @@ -8,6 +8,21 @@ IMPORTANT: `kodein-di-framework-compose` relies and only few stable APIs that ha This means that `kodein-di-framework-compose` doesn't lock you with a specific version of *Jetpack* and *JetBrains* _Compose_. You can use the one that works for you, **as long as your kotlin version aligns with the version used to build the Compose version your are using**. +Here is a table containing the version compatibility: + +|=== +Kodein-DI |Compose compiler |Kotlin + +|7.5.1 +|1.0.0-beta07 +|1.4.32 + +|7.5.0 +|1.0.0-beta06 +|1.4.31 + +|=== + [[install]] == Install