-
|
The documentation indicates that the build requires java 11: kotlin { Is this a hard requirement or can later version e.g. java 21 be used? What necessitates the need for java 11? |
Beta Was this translation helpful? Give feedback.
Answered by
pusolito
May 29, 2025
Replies: 1 comment
-
|
Actually, this is a minimum version requirement. Java 11 is (not sure if no longer) required by Skiko, which is used when targeting the JVM. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pusolito
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, this is a minimum version requirement. Java 11 is (not sure if no longer) required by Skiko, which is used when targeting the JVM.