api / org.gradle.kotlin.dsl / org.gradle.plugin.use.PluginDependenciesSpec / kotlin

kotlin

fun PluginDependenciesSpec.kotlin(module: String): PluginDependencySpec

Applies the given Kotlin plugin module.

For example: plugins { kotlin("jvm") version "1.2.41" }

Visit the plugin portal to see the list of available plugins.

Parameters

module - simple name of the Kotlin Gradle plugin module, for example "jvm", "android", "kapt", "plugin.allopen" etc...