Add missing module, so that they can contribute to the screenshot test and the test coverage.
This commit is contained in:
parent
4a73e020e9
commit
2222ac7302
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
import extension.allFeaturesImpl
|
||||
import extension.allLibrariesImpl
|
||||
import extension.allServicesImpl
|
||||
|
||||
plugins {
|
||||
id("io.element.android-compose-library")
|
||||
|
|
@ -37,5 +38,6 @@ dependencies {
|
|||
implementation(libs.showkase)
|
||||
|
||||
allLibrariesImpl()
|
||||
allServicesImpl()
|
||||
allFeaturesImpl(rootDir, logger)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue