Skip to content

Commit cb01645

Browse files
authored
Update build.gradle.kts (#42)
1 parent 5e9fca5 commit cb01645

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ kotlin {
4949
val commonMain by getting {
5050
dependencies {
5151
implementation(project(":flowredux"))
52-
api("io.github.hoc081098:kmp-viewmodel:0.1.0")
52+
api("io.github.hoc081098:kmp-viewmodel:0.2.0")
53+
api("io.github.hoc081098:kmp-viewmodel-savedstate:0.2.0")
5354

5455
// Flow, Coroutines
5556
api(deps.coroutines.core)

0 commit comments

Comments
 (0)