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

@ -40,5 +40,5 @@ dependencies {
ksp(libs.showkase.processor)
allLibrariesImpl()
allFeaturesImpl()
allFeaturesImpl(rootDir)
}