Kotlin Project in Maven: compiler errors after splitting it up in multiple modules
I've just started my first Kotlin project using maven.
When I started to split up the project into several maven modules, I got many strange compile errors from Kotlin that don't make any sense to me.
One example is this class here:
class ConfigurationException(msg: String) : Exception(msg)
where I get a compiler error saying that
[INFO] --- kotlin-maven-plugin
1.2.71compile (compile) @ ticketmaster-cli-configuration ---
[ERROR]...