Skip to content

Commit

Permalink
deps: update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sschuberth committed May 21, 2024
1 parent 5fb30e5 commit 329e289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
composePlugin = "1.6.10"
detektPlugin = "1.23.6"
kotlinPlugin = "1.9.24"
kotlinPlugin = "2.0.0"
versionsPlugin = "0.51.0"

bouncyCastle = "1.78.1"
Expand All @@ -16,6 +16,7 @@ poiOoxml = "5.2.5"

[plugins]
compose = { id = "org.jetbrains.compose", version.ref = "composePlugin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinPlugin" }
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinPlugin" }
versions = { id = "com.github.ben-manes.versions", version.ref = "versionsPlugin" }

Expand Down
1 change: 1 addition & 0 deletions gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id("stan-kotlin-conventions")

alias(libs.plugins.compose)
alias(libs.plugins.compose.compiler)
}

compose {
Expand Down

0 comments on commit 329e289

Please sign in to comment.