Skip to content

Commit

Permalink
Apply Kotlin 2.0.21 (#363)
Browse files Browse the repository at this point in the history
* 빌드시 테스트 태스크 제외시키고 CI에서만 돌리기

* Apply Kotlin 2.0.21
  • Loading branch information
l2hyunwoo authored Oct 20, 2024
1 parent 6177d50 commit 2c45639
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
@@ -1,8 +1,8 @@
[versions]
# project-level dependency
android-gradle = "8.7.1"
kotlin = '2.0.10'
ksp = '2.0.10-1.0.24'
kotlin = '2.0.21'
ksp = '2.0.21-1.0.25'
hilt = '2.52'
google-services = '4.4.2'
firebase-gradle = '3.0.2'
Expand Down

0 comments on commit 2c45639

Please sign in to comment.