Add rageskahe module

This commit is contained in:
Benoit Marty 2022-12-21 14:36:57 +01:00
parent a4fd7bab4f
commit 0568ea7c28
64 changed files with 3191 additions and 35 deletions

View file

@ -10,6 +10,7 @@ android {
// Should not be there, but this is a POC
implementation(libs.coil.compose)
implementation(libs.accompanist.systemui)
implementation(project(":libraries:elementresources"))
ksp(libs.showkase.processor)
}
}