This commit is contained in:
ganfra 2022-11-29 21:28:25 +01:00
commit 20fcf51e1e
28 changed files with 330 additions and 45 deletions

View file

@ -1,5 +1,7 @@
plugins {
id("io.element.android-compose")
// TODO Move to common config
id("com.google.devtools.ksp") version "1.7.20-1.0.7"
}
android {
@ -20,4 +22,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
}
// TODO Move to common config
ksp("com.airbnb.android:showkase-processor:1.0.0-beta14")
}