Skip to content

Commit

Permalink
align Compose with kotlin 1.4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed Jun 3, 2021
1 parent f1f4abc commit 05b7edf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "org.kodein.di"
version = "7.5.0"
version = "7.5.1"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.compose") version "0.3.2"
id("org.jetbrains.compose") version "0.4.0-build182"
id("org.kodein.library.mpp-with-android")
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/Kodein-Framework/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.4.0")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.4.2")
}
}

Expand Down

0 comments on commit 05b7edf

Please sign in to comment.