api / org.gradle.kotlin.dsl / org.gradle.api.artifacts.dsl.DependencyHandler / embeddedKotlin

embeddedKotlin

fun DependencyHandler.embeddedKotlin(module: String): Any

Builds the dependency notation for the named Kotlin module at the embedded version (currently 1.2.41).

Parameters

module - simple name of the Kotlin module, for example "reflect".