Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent 7fb2c87 commit cdb94f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
classpath("com.android.tools.build:gradle:8.1.0+")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ google-material = "1.12.0"
gradle-publish-plugin = "1.1.0"
junit-jupiter = "5.10.2"
junit-stnd = "4.13.2"
kotlin = "1.8.10"
kotlin = "2.0.0"
kotlinx-serialization = "1.6.3"
mockk = "1.13.11"

Expand Down

0 comments on commit cdb94f5

Please sign in to comment.