marta

Function expose()

fun marta.expose()

Expose marta module members so they can be used without the marta. prefix.

expose() is called automatically in single-file plugins.

Example:

marta.expose()

plugin {
    id = "com.company.name.pluginName",
    name = "Plugin name",
    apiVersion = "1.0"
}