Skip to content

Commit 1f1e30b

Browse files
committed
Remove the "lifecycle-viewmodel" module dependency in the "demo" module since the "navigation" module depends on the "lifecycle-viewmodel" via api now
1 parent 7f4928b commit 1f1e30b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ kotlin {
4949
implementation(compose.runtime)
5050
implementation(cpnProject(project, ":material2"))
5151
implementation(cpnProject(project, ":material3"))
52-
implementation(cpnProject(project, ":lifecycle-viewmodel"))
5352
implementation(cpnProject(project, ":navigation"))
5453
/*
5554
see https://github.com/JetBrains/compose-multiplatform-core/blob/476d43b99a27696d12ef087e8028d90789645ba7/compose/ui/ui/build.gradle#L54

0 commit comments

Comments
 (0)