Let this module generate screenshot preview.

This commit is contained in:
Benoit Marty
2023-04-07 15:46:44 +02:00
committed by Benoit Marty
parent 5fc7870e47
commit 7aca1d6bd5
7 changed files with 21 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
plugins {
id("io.element.android-compose-library")
alias(libs.plugins.ksp)
}
android {
@@ -27,4 +28,6 @@ dependencies {
implementation(projects.libraries.designsystem)
implementation(projects.libraries.uiStrings)
ksp(libs.showkase.processor)
}