Skip to content

Commit 84d56f6

Browse files
committed
[Issue-27] - Fix dependency
1 parent e811401 commit 84d56f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ dependencies {
1414
implementation(project(Dependencies.Module.core_networking))
1515
implementation(project(Dependencies.Module.core_ui))
1616
implementation(Dependencies.Koin.koin)
17-
implementation(Dependencies.Compose.composeUI)
18-
implementation(Dependencies.Compose.composeMaterial3)
19-
implementation(Dependencies.Compose.composeNavigation)
17+
Dependencies.Compose.list.forEach { implementation(it) }
2018
Dependencies.Kotlin.list.forEach { implementation(it) }
2119
Dependencies.Support.list.forEach { implementation(it) }
2220
Dependencies.UnitTest.list.forEach { testImplementation(it) }

0 commit comments

Comments
 (0)