Interface KotlinBasePlugin
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public interface KotlinBasePlugin implements Plugin<Project>
Base Kotlin plugin that is responsible for creating basic build services, configurations, and other setup that is common for all Kotlin projects.
-
-
Method Summary
Modifier and Type Method Description abstract String
getPluginVersion()
Gets the current version of the Kotlin Gradle plugin.
-
-
-
Method Detail
-
getPluginVersion
abstract String getPluginVersion()
Gets the current version of the Kotlin Gradle plugin.
-
-