Package org.gradle.api.experimental.kmp
Class StandaloneKmpApplicationPlugin
java.lang.Object
org.gradle.api.experimental.kmp.StandaloneKmpApplicationPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public abstract class StandaloneKmpApplicationPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Creates a declarative
KmpApplication DSL model, applies the official KMP plugin,
and links the declarative model to the official plugin.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) abstract KmpApplication
-
Field Details
-
KOTLIN_APPLICATION
- See Also:
-
-
Constructor Details
-
StandaloneKmpApplicationPlugin
public StandaloneKmpApplicationPlugin()
-
-
Method Details
-
getKmpApplication
-
apply
public void apply(org.gradle.api.Project project) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-