Skip to content

Commit

Permalink
improve compose docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed Jun 3, 2021
1 parent 05b7edf commit 936b62d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/modules/framework/pages/compose.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 936b62d

Please sign in to comment.