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 7976ca2dbf
commit 7fe427686c
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)
}