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 cb87218 commit 4e0f1aeCopy full SHA for 4e0f1ae
build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
kotlin("plugin.compose") version "2.1.21" apply false
4
id("com.android.library") version "8.10.0" apply false
5
id("org.jetbrains.dokka") version "2.0.0" apply false
6
- id("org.jetbrains.compose") version "1.8.0" apply false
+ id("org.jetbrains.compose") version "1.8.1" apply false
7
id("com.vanniktech.maven.publish") version "0.32.0" apply false
8
id("com.goncalossilva.useanybrowser") version "0.3.0" apply false
9
id("com.goncalossilva.resources") version "0.10.0" apply false
0 commit comments