Is it possible to make work kotlin with java 5?
Hi there,
I don’t think you can make Kotlin work with Java 5 , this version is 16 years old and various improvements to the Collection
and Reflection
APIs came with Java 6 (which is the official minimal Java version for Kotlin) that are probably used by Kotlin.
If your project is still running on Java 5, you probably should look into upgrading it first.
Have a great day
1 Like