Skip to content

Commit

Permalink
Update Kotlin to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 870b8ac commit 0cce4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyProperty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}

dependencies {
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.20"
compileOnly "androidx.fragment:fragment-ktx:1.5.7"
compileOnly "androidx.work:work-runtime:2.8.1"
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.1.1' apply false
id "com.diffplug.spotless" version "6.19.0" apply false
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
id 'org.jetbrains.kotlin.android' version '2.0.20' apply false
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
}

Expand Down

0 comments on commit 0cce4ab

Please sign in to comment.