Public
@Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS} )
Mark a class, function, or typealias as public so it is not mangled by proguard.
Mark a class, function, or typealias as public so it is not mangled by proguard.