Skip to content

Commit 225d322

Browse files
committed
[BOOK-381] chore: Kotlin, KSP 버전 최신화
Kotlin: @TraceRecomposition 어노테이션이 정상 동작하기 위함 KSP: 2.3.0 버전 부터 Kotlin 버전과 독립적
1 parent ae063d2 commit 225d322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ compose-shadow = "2.0.4"
2727
compose-stability-analyzer = "0.3.0"
2828

2929
## Kotlin Symbol Processing
30-
ksp = "2.2.0-2.0.2"
30+
ksp = "2.3.0"
3131

3232
## Kotlin
33-
kotlin = "2.2.0"
33+
kotlin = "2.2.21"
3434
kotlinx-coroutines = "1.10.2"
3535
kotlinx-serialization-json = "1.9.0"
3636
kotlinx-collections-immutable = "0.4.0"

0 commit comments

Comments
 (0)