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.
-
Method Details
-
enableFeaturePreview
Enables the specified feature.- Parameters:
featureName- the feature name, see documentation
-