Gavin Ray
12/10/2022, 10:27 PMStephan Schröder
12/11/2022, 9:08 PMGavin Ray
12/19/2022, 7:33 PMkotlinc
compiler, it will say that it doesn't support JDK 20
[user@MSI]$ ./bin/kotlinc -jvm-target 20 example.kt
error: unknown JVM target version: 20
Supported versions: 1.6, 1.8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Gavin Ray
12/19/2022, 7:35 PMStephan Schröder
12/20/2022, 9:31 AM