Is it possible, and if so how, do I use the new K2...
# server
e
Is it possible, and if so how, do I use the new K2 compiler with kotlin 1.8.20 when using Maven?
e
e
yup, thx. Got it
<arg>-language-version=2.0</arg>
inside the
kotlin-maven-plugin
e
or
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
as per the example just below that…
e
oh, missed that. Thank you
420 Views