Skip to content

Commit

Permalink
Merge branch '7.13'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
romainbsl committed Jul 7, 2022
2 parents 227f10b + 149102b commit a5f72f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -63,6 +63,7 @@ Kotlin & JVM compatibility

| Kodein | Kotlin | JDK | Compose |
|:-----------:|:------:|:-------:|:----------:|
| 7.13.1 | 1.7.0 | min 1.8 | Compatible |
| 7.13.0 | 1.7.0 | min 1.8 | No |
| 7.12.0 | 1.6.21 | min 1.8 | Compatible |
| 7.10.0 | 1.6.10 | min 1.8 | Compatible |
Expand Down
4 changes: 4 additions & 0 deletions doc/modules/framework/pages/compose.adoc
Expand Up @@ -13,6 +13,10 @@ Here is a table containing the version compatibility:
|===
|Kodein-DI |Compose compiler |Kotlin

|7.13.1
1.2.0-alpha01-dev741
|1.7.0

|7.10.0
|1.0.1-rc2
|1.6.10
Expand Down
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.compose") version "1.2.0-alpha01-dev683"
id("org.jetbrains.compose") version "1.2.0-alpha01-dev741"
id("org.kodein.library.mpp-with-android")
}

Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.18.3")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.18.2")
}
}

Expand Down Expand Up @@ -39,6 +39,6 @@ framework("tfx").include(
":framework:tornadofx:kodein-di-framework-tornadofx-jvm"
)

//framework("compose").include(
// ":framework:compose:kodein-di-framework-compose"
//)
framework("compose").include(
":framework:compose:kodein-di-framework-compose"
)

0 comments on commit a5f72f3

Please sign in to comment.