Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 379fcc6

Browse files
Update kotlin
1 parent 8a65c0d commit 379fcc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.5.31'
2+
ext.kotlinVersion = '2.1.0'
33
ext.navigationVersion = '2.3.5'
44
repositories {
55
google()
@@ -37,7 +37,7 @@ ext {
3737
androidXAnnotations = '1.3.0'
3838
appCompatVersion = '1.4.0'
3939
archLifecycleVersion = '2.4.0'
40-
coroutinesVersion = '1.5.2'
40+
coroutinesVersion = '1.9.0'
4141
cardVersion = '1.0.0'
4242
espressoVersion = '3.4.0'
4343
fragmentKtxVersion = '1.4.0'

0 commit comments

Comments
 (0)