Animesh Sahu
05/04/2020, 4:50 AMMemberVisibilityCanBePrivate
and unused
Im currently doing that by putting this in every file:
@file:Suppress("MemberVisibilityCanBePrivate", "unused")
Is there any way to do this, like we do for experimental apis and opt-ins using gradle compilation args or something.