Hello,
Is their any way in maven to have kotlin + java as main source and groovy as test source?
a
aandreyev
10/29/2018, 7:27 PM
afaik groovy-eclipse-compiler can only compile groovy and java(with some restrictions), not kotlin
so to build different parts with different compilers you may have to reorganize your project into multi-module maven project or something like that