Interface KotlinBasePlugin
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public interface KotlinBasePlugin implements Plugin<Project>
The base interface for all Kotlin Gradle plugins.
-
-
Method Summary
Modifier and Type Method Description abstract String
getPluginVersion()
The current plugin version. -
-
Method Detail
-
getPluginVersion
abstract String getPluginVersion()
The current plugin version.
-
-
-
-