Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b22df5

Browse files
authoredJul 6, 2023
chore(deps): update kotlin
1 parent 2b5eb8f commit 6b22df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# Define the dependency versions
33
#kotlin
4-
kotlinVersion = "1.8.20"
4+
kotlinVersion = "1.9.0"
55
kotlinJvmTarget = "17"
66
kotlinxCoroutines = "1.6.4"
77
kotlinxSerializationJson = "1.5.0"
@@ -41,7 +41,7 @@ compose_ui_testing = "1.4.0-beta01"
4141
core_ktx = "1.9.0"
4242

4343
#ksp
44-
ksp = "1.8.20-1.0.11"
44+
ksp = "1.8.22-1.0.11"
4545

4646
#coroutine
4747
coroutine = "1.6.4"

0 commit comments

Comments
 (0)
Please sign in to comment.