Does Kotlin support JVM 11
I am trying to use Kotlin V1.2.70, Gradle V4.10.1 and JVM11. When compile the project using gradle, an error saying "Unknown JVM Taget Version: 11. Supported version: 1.6, 1.8".
Does kotlin compiler support JVM11. If so, how to configure that with gradle.