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 e067fdf commit 9e3b0e8Copy full SHA for 9e3b0e8
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
testImplementation(kotlin("test"))
34
35
// Kotlin Flow Extensions
36
- implementation("io.github.hoc081098:FlowExt:1.0.0-RC")
+ implementation("io.github.hoc081098:FlowExt:1.0.0")
37
38
// Kotlin Multiplatform ViewModel, SavedStateHandle, Compose Multiplatform ViewModel
39
val kmpViewModel = "0.8.0"
0 commit comments