Interface NativeCompanionExtension


public interface NativeCompanionExtension
Represent all configurations supported by the dev.nokee.native-companion plugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Enables the specified feature.
    nativeCompanionOf(org.gradle.api.Project project)
    Returns the native companion extension of the specified project.
  • Method Details

    • enableFeaturePreview

      void enableFeaturePreview(String featureName)
      Enables the specified feature.
      Parameters:
      featureName - the feature name, see documentation
    • nativeCompanionOf

      static NativeCompanionExtension nativeCompanionOf(org.gradle.api.Project project)
      Returns the native companion extension of the specified project.
      Parameters:
      project - the project to get the extension from
      Returns:
      the native companion extension