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 3590b34 commit fb9f187Copy full SHA for fb9f187
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
testImplementation(kotlin("test"))
34
35
implementation("io.github.hoc081098:FlowExt:1.0.0-RC")
36
- val kmpViewModel = "0.7.1"
+ val kmpViewModel = "0.8.0"
37
implementation("io.github.hoc081098:kmp-viewmodel:$kmpViewModel")
38
implementation("io.github.hoc081098:kmp-viewmodel-savedstate:$kmpViewModel")
39
implementation("io.github.hoc081098:kmp-viewmodel-compose:$kmpViewModel")
0 commit comments