Make JvmPluginDescription.Companion.invoke inline

This commit is contained in:
Him188 2020-10-23 12:57:39 +08:00
parent 3ce1e4f029
commit fc5fc18913

View File

@ -35,7 +35,7 @@ public interface JvmPluginDescription : PluginDescription {
*/
@JvmName("create")
@JvmSynthetic
public operator fun invoke(
public inline operator fun invoke(
/**
* @see [PluginDescription.id]
*/
@ -57,7 +57,7 @@ public interface JvmPluginDescription : PluginDescription {
*/
@JvmName("create")
@JvmSynthetic
public operator fun invoke(
public inline operator fun invoke(
/**
* @see [PluginDescription.id]
*/