Enable Showkase for matrixui

This commit is contained in:
Benoit Marty 2023-02-10 22:07:39 +01:00 committed by Benoit Marty
parent 3e4a61a3a5
commit d82e0e5d9e
14 changed files with 79 additions and 31 deletions

View file

@ -19,6 +19,7 @@
plugins {
id("io.element.android-compose-library")
alias(libs.plugins.anvil)
alias(libs.plugins.ksp)
}
android {
@ -38,4 +39,6 @@ dependencies {
implementation(projects.libraries.designsystem)
implementation(projects.libraries.core)
implementation(libs.coil.compose)
ksp(libs.showkase.processor)
}