We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a085a87 commit 637df11Copy full SHA for 637df11
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.21"
+ id 'org.jetbrains.kotlin.plugin.compose' version "2.1.0"
8
}
9
10
// NO FREE
0 commit comments