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 e811401 commit 84d56f6Copy full SHA for 84d56f6
app/build.gradle.kts
@@ -14,9 +14,7 @@ dependencies {
14
implementation(project(Dependencies.Module.core_networking))
15
implementation(project(Dependencies.Module.core_ui))
16
implementation(Dependencies.Koin.koin)
17
- implementation(Dependencies.Compose.composeUI)
18
- implementation(Dependencies.Compose.composeMaterial3)
19
- implementation(Dependencies.Compose.composeNavigation)
+ Dependencies.Compose.list.forEach { implementation(it) }
20
Dependencies.Kotlin.list.forEach { implementation(it) }
21
Dependencies.Support.list.forEach { implementation(it) }
22
Dependencies.UnitTest.list.forEach { testImplementation(it) }
0 commit comments