I have a Java8 + Kotlin Maven project. I am trying...
# getting-started
d
I have a Java8 + Kotlin Maven project. I am trying to port the project to Java 9.I am encountering problems with ‘Unresolved reference’ errors in my Kotlin classes which uses internal Java 9 module classes. I can overcome with these problems in Java with the help od --add-module or --add-opens command line parameters. However I do not know how to pass those kind of parameters to maven Kotlin plugin. Any idea?