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