Skip to content

Commit 944337c

Browse files
Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v2.1.0
1 parent 5deedb9 commit 944337c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/dependencies/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Versions {
55
const val activity_ktx = "1.9.2"
66
const val core_ktx = "1.13.1"
77
const val android_annotation = "1.8.0"
8-
const val kotlin = "2.0.21"
8+
const val kotlin = "2.1.0"
99

1010
// UI
1111
const val appcompat = "1.7.0"

0 commit comments

Comments
 (0)