Skip to content

Commit

Permalink
Added Compose compiler plugin to Global version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
SalomonBrys committed May 23, 2024
1 parent bb9e030 commit 5034c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

allprojects {
group = "org.kodein.internal.gradle"
version = "8.7.0"
version = "8.7.1"
}

repositories {
Expand Down
1 change: 1 addition & 0 deletions gradle/globals.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlin-plugin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

[libraries]
android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
Expand Down

0 comments on commit 5034c5e

Please sign in to comment.