jvmTarget

@get:Input
abstract val jvmTarget: Property<JvmTarget>

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

Possible values: "1.8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"

Default value: JvmTarget.DEFAULT