diff --git a/feature/bookmarks/build.gradle.dcl b/feature/bookmarks/build.gradle.dcl new file mode 100644 index 000000000..a8ecfb207 --- /dev/null +++ b/feature/bookmarks/build.gradle.dcl @@ -0,0 +1,17 @@ +androidLibrary { + namespace = "com.google.samples.apps.nowinandroid.feature.bookmarks" + + dependencies { + implementation(project(":core:data")) + testImplementation(project(":core:testing")) + androidTestImplementation(project(":core:testing")) + } + + feature { + // Calling the configure method enables this lib to be treated as a feature + } +} + + +// TODO +// alias(libs.plugins.nowinandroid.android.library.compose)