Do you know if kotlin is already supported by java 14 ? Yes, it is . You can use 13 on compiler without any issue.
Read moreWhat version of Java does Kotlin support?
By default, the Kotlin/JVM compiler produces Java 8 compatible bytecode. If you want to make use of optimizations available in newer versions of Java, you can explicitly specify the target Java version from 9 to 17.11 Oca 2022
Read more