WIP - declarativizing feature/bookmarks project

pull/1445/head
Tom Tresansky 1 year ago
parent d1b5ee723c
commit d341397bb5
No known key found for this signature in database
GPG Key ID: 99DCF7A2C0C53E39

@ -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)
Loading…
Cancel
Save