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 5b42d4e commit eb684c6Copy full SHA for eb684c6
build.gradle.kts
@@ -32,7 +32,7 @@ composeCompiler {
32
dependencies {
33
testImplementation(kotlin("test"))
34
35
- implementation("io.github.hoc081098:FlowExt:1.0.0-RC")
+ implementation("io.github.hoc081098:FlowExt:1.0.0-SNAPSHOT")
36
val kmpViewModel = "0.8.0"
37
implementation("io.github.hoc081098:kmp-viewmodel:$kmpViewModel")
38
implementation("io.github.hoc081098:kmp-viewmodel-savedstate:$kmpViewModel")
0 commit comments