Merge pull request #20 from gradle/tt/declarativize-bookmarks-feature
Declarativize the feature/bookmarks projectpull/1445/head
commit
738ff3b2e3
@ -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…
Reference in new issue