KotlinJvmOptions

Deprecated

The kotlinOptions types are deprecated, please migrate to the compilerOptions types. More details are here: https://kotl.in/u1r8ln

Compiler options for Kotlin/JVM.

Properties

Link copied to clipboard

Generate metadata for Java 1.8 reflection on method parameters.

Link copied to clipboard
open var jvmTarget: String

The target version of the generated JVM bytecode (1.8 and 9–23), with 1.8 as the default.

Link copied to clipboard
open var moduleName: String?

Name of the generated '.kotlin_module' file.

Link copied to clipboard
open var noJdk: Boolean

Don't automatically include the Java runtime in the classpath.