Does Gradle Kotlin plugin set KotlinCompile#kotlinOptions.jvmTarget from JavaPluginConvention#targetCompatibility

Does the Gradle Kotlin plugin set KotlinCompile#kotlinOptions.jvmTarget (if it hasn’t been explicitly set) from the value of JavaPluginConvention#targetCompatibility?

This would allow the user to not have to know about KotlinCompile#kotlinOptions.jvmTarget, not have to set it explicitly, not have to learn about new values that are supported by the newer versions of the Kotlin plugin, etc.