https://kotlinlang.org logo
#detekt
Title
# detekt
m

Marcelo Hernandez

04/22/2022, 5:05 PM
Anyone successfully using Kotlin's Explicit API Mode with Detekt in an Android project? Did you have to disable the
RedundantVisibilityModifierRule
rule?
e

ephemient

04/22/2022, 5:16 PM
I have
@Suppress("RedundantVisibilityModifierRule")
all over my public API 😞
🙁 2
17 Views