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 3ab6b14 commit 816fa0cCopy full SHA for 816fa0c
color-picker/build.gradle.kts
@@ -25,7 +25,7 @@ kotlin {
25
api(compose.runtime)
26
api(compose.foundation)
27
implementation(compose.material)
28
- implementation("com.github.ajalt.colormath:colormath:3.2.0")
+ implementation("com.github.ajalt.colormath:colormath:3.2.1")
29
}
30
31
val commonTest by getting {
0 commit comments