languageVersion

@get:Optional
@get:Input
abstract val languageVersion: Property<KotlinVersion>

Provide source compatibility with the specified version of Kotlin.

Possible values: "1.9 (deprecated, JVM only)", "2.0 (deprecated)", "2.1", "2.2", "2.3", "2.4 (experimental)", "2.5 (experimental)"

Default value: null