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.
2 parents e8ac990 + b17346c commit dbc6321Copy full SHA for dbc6321
build.gradle
@@ -8,13 +8,13 @@
8
buildscript {
9
ext {
10
daggerVersion = "2.56.2"
11
- kotlinVersion = "2.1.20"
+ kotlinVersion = "2.1.21"
12
}
13
14
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
plugins {
17
- id 'org.jetbrains.kotlin.plugin.compose' version '2.1.20' apply false
+ id 'org.jetbrains.kotlin.plugin.compose' version '2.1.21' apply false
18
id 'com.android.library' version '8.10.0' apply false
19
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
20
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
0 commit comments