Skip to content

Commit

Permalink
Bump Kotlin to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IUADE0FY committed Aug 7, 2024
1 parent a3b2170 commit 6646c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
// Needs to be checked whether JavaPoet is still needed after AGP is updated
// because currently it forces 1.10 JavaPoet version, for some odd reason.
implementation("com.squareup:javapoet:1.13.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
implementation("com.google.protobuf:protobuf-gradle-plugin:0.8.19")
implementation(gradleApi()) // for custom plugins
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object appConfig {

object versions {

const val kotlin = "1.7.0" // also in buildSrc build.gradle.kts file
const val kotlin = "2.0.0" // also in buildSrc build.gradle.kts file
const val compose = "1.2.0"
const val gradleVersionsPlugin = "0.42.0"
const val kspPlugin = "1.7.0-1.0.6"
Expand Down

0 comments on commit 6646c4c

Please sign in to comment.