Maven Polyglot Kotlin - collision with Kotlin compiler
Hi all, I strongly prefer Maven as a build system, but the XML is an obstacle for most people to consider it usable.
So I have tried the Maven Polyglot with Kotlin syntax.
It is great! Check here:
https://github.com/takari/polyglot-maven/blob/master/polyglot-kotlin/README.md
It combines the reasonably restricted descriptive model of Maven with the brief yet consistently logical Kotlin syntax.
Unfortunately, with a Kotlin project, the extension clashes with the Kotlin compiler. See the issue I filled
https://github.com/takari/polyglot-maven/issues/345
1. Is there something I could try as a workaround?
2. Is there a chance that JetBrains could diagnose and check if there's an easy fix on either side? (Polyglot / Kotlin / Maven)
Thanks a lot