Update Kotlin and Jetpack Compose

This commit is contained in:
MM20 2025-04-19 16:42:04 +02:00
parent 5395a66bf5
commit 07d9bbdd49
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -12,15 +12,15 @@ gradle = "8.1.2"
android-gradle-plugin = "8.6.0"
ksp-gradle-plugin = "2.1.10-1.0.29"
kotlin = "2.1.10"
kotlin = "2.1.20"
kotlinx-coroutines = "1.9.0"
kotlinx-immutable = "0.3.5"
kotlinx-serialization = "1.8.0"
jetbrains-markdown = "0.7.3"
androidx-compose = "1.8.0-rc02"
androidx-compose-material3 = "1.4.0-alpha11"
androidx-compose = "1.8.0-rc03"
androidx-compose-material3 = "1.4.0-alpha12"
androidx-compose-materialicons = "1.7.8"
androidx-lifecycle = "2.8.7"
androidx-core = "1.15.0"