Skip to content

Commit

Permalink
deps(Gradle): Upgrade to Kotlin 2.0.0
Browse files Browse the repository at this point in the history
Also see [1].

[1]: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compiler.html#migrating-a-compose-multiplatform-project

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed May 23, 2024
1 parent e0d0c3d commit 4d56182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
alias(libs.plugins.compose)
alias(libs.plugins.compose.compiler)
alias(libs.plugins.detekt)
alias(libs.plugins.kotlin)
alias(libs.plugins.versions)
Expand Down
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]
detektPlugin = "1.23.6"
composePlugin = "1.6.10"
kotlinPlugin = "1.9.20"
kotlinPlugin = "2.0.0"
versionsPlugin = "0.51.0"

dataTableMaterial = "0.5.1"
Expand All @@ -17,6 +17,7 @@ richtext = "0.20.0"
[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detektPlugin" }
compose = { id = "org.jetbrains.compose", version.ref = "composePlugin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinPlugin" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlinPlugin" }
versions = { id = "com.github.ben-manes.versions", version.ref = "versionsPlugin" }

Expand Down

0 comments on commit 4d56182

Please sign in to comment.