Merge pull request #20 from gradle/tt/declarativize-bookmarks-feature

Declarativize the feature/bookmarks project
pull/1445/head
Tom Tresansky 1 year ago committed by GitHub
commit 738ff3b2e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
}
compose {
// Calling the configure method enables compose support
}
}
Loading…
Cancel
Save