We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89562c8 commit 05cd95fCopy full SHA for 05cd95f
app/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'kotlin-kapt'
5
id 'com.google.devtools.ksp'
6
id 'org.jetbrains.kotlin.android'
7
- id 'org.jetbrains.kotlin.plugin.compose' version "2.0.0"
+ id 'org.jetbrains.kotlin.plugin.compose' version "2.0.10"
8
}
9
10
// NO FREE
build.gradle
@@ -2,7 +2,7 @@
2
3
buildscript {
ext {
- kotlin_version = '2.0.0'
+ kotlin_version = '2.0.10'
kotlin_coroutines_version = '1.8.1'
kotlin_stdlib_version = '1.5.0'
android_ktx_version = "1.13.1"
0 commit comments