Use Kotlin 1.9.10
This commit is contained in:
parent
3fd8b61043
commit
3ffd663c8d
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ compose-material = "1.5.0"
|
||||||
compose-material3 = "1.1.1"
|
compose-material3 = "1.1.1"
|
||||||
espresso = "3.5.1"
|
espresso = "3.5.1"
|
||||||
hilt-android = "2.44"
|
hilt-android = "2.44"
|
||||||
kotlin = "1.8.20"
|
kotlin = "1.9.10"
|
||||||
kotlinx-serialization = "1.4.1"
|
kotlinx-serialization = "1.4.1"
|
||||||
kotlinx-coroutines = "1.6.4"
|
kotlinx-coroutines = "1.6.4"
|
||||||
kotlinx-datetime = "0.4.0"
|
kotlinx-datetime = "0.4.0"
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
enableFeaturePreview("VERSION_CATALOGS")
|
|
||||||
rootProject.name = "Pi-helper"
|
rootProject.name = "Pi-helper"
|
||||||
include(":app")
|
include(":app")
|
||||||
include(":desktop")
|
include(":desktop")
|
||||||
|
|
Loading…
Reference in a new issue