Skip to content

Commit c505681

Browse files
Update Kotlin to v1.9.25
1 parent 870b8ac commit c505681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DependencyProperty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
}
1818

1919
dependencies {
20-
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21"
20+
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.25"
2121
compileOnly "androidx.fragment:fragment-ktx:1.5.7"
2222
compileOnly "androidx.work:work-runtime:2.8.1"
2323
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.android.application' version '8.1.1' apply false
33
id 'com.android.library' version '8.1.1' apply false
44
id "com.diffplug.spotless" version "6.19.0" apply false
5-
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
5+
id 'org.jetbrains.kotlin.android' version '1.9.25' apply false
66
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
77
}
88

0 commit comments

Comments
 (0)