更新kotlin到1.9.10

This commit is contained in:
tabidachinokaze
2023-09-02 01:09:36 +08:00
parent 4542fc2002
commit 67cc8fcf96

View File

@@ -1,6 +1,6 @@
[versions]
agp = "8.1.1"
kotlin = "1.9.0"
kotlin = "1.9.10"
core-ktx = "1.10.1"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
@@ -8,9 +8,9 @@ espresso-core = "3.5.1"
lifecycle-runtime-ktx = "2.6.1"
activity-compose = "1.7.2"
compose-bom = "2023.08.00"
compose-compiler = "1.5.2"
compose-compiler = "1.5.3"
hilt = "2.47"
ksp = "1.9.0-1.0.13"
ksp = "1.9.10-1.0.13"
google-services = "4.3.15"
navigation-compose = "2.7.1"
accompanist = "0.32.0"