ExportReceivers
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.PROPERTY] )
Applies ExportSymbol to this function's dispatch and extension receivers, if the appropriate flags are set. Applies to both by default.
Parameters
dispatch
whether to export the dispatch receiver
extension
whether to export the extension receiver