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 a2de6d7 commit 299623bCopy full SHA for 299623b
build.gradle
@@ -21,7 +21,7 @@ buildscript {
21
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
23
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21' apply false
24
- id 'com.android.library' version '8.13.1' apply false
+ id 'com.android.library' version '8.13.2' apply false
25
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
26
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
27
id "com.diffplug.spotless" version "8.1.0" apply false
0 commit comments