Skip to content

Commit

Permalink
Update KIGP
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed May 23, 2024
1 parent 9bc7592 commit ddee5d9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kodein.library.android
alias(libs.plugins.compose.compiler)
alias(kodeinGlobals.plugins.kotlin.plugin.compose)
alias(libs.plugins.compose)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.android.build.gradle.internal.tasks.LintModelMetadataTask

plugins {
kodein.library.mppWithAndroid
alias(libs.plugins.compose.compiler)
alias(kodeinGlobals.plugins.kotlin.plugin.compose)
alias(libs.plugins.compose)
}

Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ junit = { module = "junit:junit", version.ref = "junit" }

[plugins]
compose = { id = "org.jetbrains.compose", version.ref = "jbCompose" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "compose-compiler" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
openjfx = { id = "org.openjfx.javafxplugin", version.ref = "openjfx" }
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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:8.7.0")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.7.1")
}
}

Expand Down

0 comments on commit ddee5d9

Please sign in to comment.