KotlinJvmExtension

A plugin DSL extension for configuring Kotlin JVM options for the entire project.

This extension is only available when "org.jetbrains.kotlin.jvm" plugin is applied in the project.

Use the extension in your build script in the kotlin block:

kotlin {
// Your extension configuration
}

Since

2.1.0

Properties

Link copied to clipboard
abstract val target: KotlinTarget

An instance of KotlinTarget for KotlinPlatformType.jvm platform.