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 289cdca commit c983952Copy full SHA for c983952
build.gradle.kts
@@ -22,7 +22,7 @@ plugins {
22
kotlin("multiplatform") version("1.8.0") apply false
23
kotlin("android") version("1.8.0") apply false
24
id("com.android.application") version("7.3.0") apply false
25
- id("com.android.library") version("7.3.0") apply false
+ id("com.android.library") version("8.0.1") apply false
26
id("org.jetbrains.compose") version "1.4.0" apply false
27
id ("com.diffplug.spotless") version("6.18.0")
28
id("org.jetbrains.kotlin.kapt") version(Versions.kotlin)
0 commit comments