Update Kotlin

This commit is contained in:
MM20 2024-05-20 18:10:44 +02:00
parent cb9ff3e3b6
commit 814374f9de
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 4 additions and 4 deletions

2
.idea/kotlinc.xml generated
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="KotlinJpsPluginSettings"> <component name="KotlinJpsPluginSettings">
<option name="version" value="1.9.23" /> <option name="version" value="1.9.24" />
</component> </component>
</project> </project>

View File

@ -8,9 +8,9 @@ pluginSdk = "1.1.1"
gradle = "8.1.2" gradle = "8.1.2"
android-gradle-plugin = "8.2.2" android-gradle-plugin = "8.2.2"
protobuf-gradle-plugin = "0.9.4" protobuf-gradle-plugin = "0.9.4"
ksp-gradle-plugin = "1.9.23-1.0.20" ksp-gradle-plugin = "1.9.24-1.0.20"
kotlin = "1.9.23" kotlin = "1.9.24"
kotlinx-coroutines = "1.8.0" kotlinx-coroutines = "1.8.0"
kotlinx-immutable = "0.3.5" kotlinx-immutable = "0.3.5"
kotlinx-serialization = "1.6.3" kotlinx-serialization = "1.6.3"
@ -19,7 +19,7 @@ jetbrains-markdown = "0.5.2"
androidx-compose = "1.7.0-beta01" androidx-compose = "1.7.0-beta01"
androidx-compose-material3 = "1.3.0-beta01" androidx-compose-material3 = "1.3.0-beta01"
androidx-compose-compiler = "1.5.12" androidx-compose-compiler = "1.5.14"
androidx-lifecycle = "2.7.0" androidx-lifecycle = "2.7.0"
androidx-core = "1.14.0-alpha01" androidx-core = "1.14.0-alpha01"
androidx-appcompat = "1.7.0-beta01" androidx-appcompat = "1.7.0-beta01"