Skip to content

Commit 52419c6

Browse files
committed
Add viewmodel dependency in Setting module
1 parent d2ecc00 commit 52419c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

features/feature-setting/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dependencies {
5050
implementation(Deps.composeUi)
5151
implementation(Deps.composeFoundation)
5252
implementation(Deps.composeMaterial)
53+
implementation(Deps.lifecycleViewModel)
5354
androidTestImplementation(Deps.composeUiTest)
5455
androidTestImplementation(Deps.mockito)
5556
debugImplementation(Deps.composeManifest)

0 commit comments

Comments
 (0)