Package dev.nokee.companion
Interface NativeCompanionExtension
public interface NativeCompanionExtension
Represent all configurations supported by the dev.nokee.native-companion plugin.
-
Method Summary
Modifier and TypeMethodDescriptionvoidenableFeaturePreview(String featureName) Enables the specified feature.static NativeCompanionExtensionnativeCompanionOf(org.gradle.api.Project project) Returns the native companion extension of the specified project.
-
Method Details
-
enableFeaturePreview
Enables the specified feature.- Parameters:
featureName- the feature name, see documentation
-
nativeCompanionOf
Returns the native companion extension of the specified project.- Parameters:
project- the project to get the extension from- Returns:
- the native companion extension
-