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 c514e10 commit ceab773Copy full SHA for ceab773
build-logic/convention/src/main/java/com/convention/AndroidFeatureConventionPlugin.kt
@@ -17,6 +17,7 @@ class AndroidFeatureConventionPlugin : Plugin<Project> {
17
dependencies {
18
add("implementation", project(":core:common"))
19
add("implementation", project(":core:model"))
20
+ add("implementation", project(":core:data"))
21
add("implementation", project(":core:ui"))
22
add("implementation", project(":core:design-system"))
23
add("implementation", project(":core:domain"))
0 commit comments