Kotlin Metadata Aware
An interface that provides access to Kotlin-specific metadata for a Gradle project. The task that inherits from this interface is automatically marked as dependent on the compileKotlin task.
Inheritors
Properties
The apiVersion property value of compileKotlin.kotlinOptions defined in the build script.
The jvmTarget property value of compileKotlin.kotlinOptions defined in the build script.
The languageVersion property value of compileKotlin.kotlinOptions defined in the build script.
Indicates that the Kotlin Gradle Plugin is loaded and available.
kotlin.stdlib.default.dependency property value defined in the gradle.properties file.
The version of Kotlin used in the project.
This variable represents whether the Kotlin Coroutines library is added explicitly to the project dependencies.