Anyone successfully using Kotlin's Explicit API Mo...
# detekt
m
Anyone successfully using Kotlin's Explicit API Mode with Detekt in an Android project? Did you have to disable the
RedundantVisibilityModifierRule
rule?
e
I have
@Suppress("RedundantVisibilityModifierRule")
all over my public API 😞
🙁 2