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 Details

  • Constructor Details

    • StandaloneKmpLibraryPlugin

      public StandaloneKmpLibraryPlugin()
  • Method Details

    • apply

      public void apply(org.gradle.api.Project project)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>