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 4e0b1c0 commit 63c0516Copy full SHA for 63c0516
color-picker/build.gradle.kts
@@ -21,7 +21,7 @@ kotlin {
21
dependencies {
22
api(compose.runtime)
23
implementation(compose.material)
24
- implementation("com.github.ajalt.colormath:colormath:3.2.0")
+ implementation("com.github.ajalt.colormath:colormath:3.2.1")
25
}
26
27
val commonTest by getting {
0 commit comments