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