Hello, Is their any way in maven to have kotlin +...
# build-tools
r
Hello, Is their any way in maven to have kotlin + java as main source and groovy as test source?
a
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