Add missing module, so that they can contribute to the screenshot test and the test coverage.

This commit is contained in:
Benoit Marty 2023-06-16 17:07:31 +02:00 committed by Benoit Marty
parent 4a73e020e9
commit 2222ac7302

View file

@ -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)
}