Add twitter rules for Compose

This commit is contained in:
Benoit Marty 2022-12-09 17:12:08 +01:00
parent 9b1a689eaa
commit 6340d8640c
2 changed files with 47 additions and 0 deletions

View file

@ -191,4 +191,5 @@ dependencies {
implementation(libs.showkase)
ksp(libs.showkase.processor)
detektPlugins("com.twitter.compose.rules:detekt:0.0.26")
}