Skip to content

Commit 3805ee9

Browse files
authored
Merge pull request #107 from GetStream/compose-stable/ui-state
Use compose stable marker for ui state module
2 parents a08ccb2 + 37265b7 commit 3805ee9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/uistate/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
plugins {
1717
id("getstream.android.library")
18-
id("getstream.android.library.compose")
1918
id("getstream.spotless")
2019
id("com.google.devtools.ksp")
2120
}
@@ -33,7 +32,7 @@ kotlin {
3332
dependencies {
3433
implementation(project(":core:model"))
3534

36-
implementation(libs.androidx.compose.runtime)
35+
compileOnly(libs.compose.stable.marker)
3736

3837
implementation(libs.sealedx.core)
3938
ksp(libs.sealedx.processor)

0 commit comments

Comments
 (0)