Add utility methods for automatically including api/impl feature modules

This commit is contained in:
ganfra 2023-03-23 18:06:32 +01:00
parent c70a4e9400
commit d60a653d83
5 changed files with 43 additions and 43 deletions

View file

@ -203,7 +203,7 @@ knit {
dependencies {
allLibrariesImpl()
allServicesImpl()
allFeaturesImpl()
allFeaturesImpl(rootDir)
implementation(projects.tests.uitests)
implementation(projects.anvilannotations)
implementation(projects.appnav)