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.
2 parents a08ccb2 + 37265b7 commit 3805ee9Copy full SHA for 3805ee9
core/uistate/build.gradle.kts
@@ -15,7 +15,6 @@
15
*/
16
plugins {
17
id("getstream.android.library")
18
- id("getstream.android.library.compose")
19
id("getstream.spotless")
20
id("com.google.devtools.ksp")
21
}
@@ -33,7 +32,7 @@ kotlin {
33
32
dependencies {
34
implementation(project(":core:model"))
35
36
- implementation(libs.androidx.compose.runtime)
+ compileOnly(libs.compose.stable.marker)
37
38
implementation(libs.sealedx.core)
39
ksp(libs.sealedx.processor)
0 commit comments