can i compile something using kotlin-maven-plugin ...
# compiler
v
can i compile something using kotlin-maven-plugin on jdk17, with source/target set to 8 and expect it to be binary compatible with jdk8?
s
Caveat: the compiler won’t prevent you from using classes that are from later JDK releases, unless you also set
-Xjdk-release