Skip to content

Commit

Permalink
Downgrade kotlin version (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo authored Nov 29, 2024
1 parent 24ad3f9 commit f7fd3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ targetSdk = "35"
appVersion = "2.4.0"
versionCode = "20400"

kotlin = "2.1.0"
kotlin = "2.0.21"
kotlinx-serialization-json = "1.7.3"
kotlinx-serialization-converter = "1.0.0"
kotlinx-coroutines = "1.9.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ androidx-test = "1.6.2"
androidx-test-rules = "1.6.1"

gradleplugin = "8.7.2"
kspplugin = "2.1.0-1.0.29"
kspplugin = "2.0.21-1.0.28"

dagger-hilt = "2.52"
dagger-hilt-navigation-compose = "1.2.0"
Expand Down

0 comments on commit f7fd3e2

Please sign in to comment.