ExportReceivers

annotation class ExportReceivers(val dispatch: Boolean = true, val extension: Boolean = true)(source)

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

Properties

Link copied to clipboard
val dispatch: Boolean = true
Link copied to clipboard
val extension: Boolean = true