Our out folder is target/classes/kotlin/test but because this doesn't match build/classes/kotlin/test, then it is mistakenly handled as a Maven build.
Given that people will often override the out folder to target, or perhaps something else, then maybe a a better algorithm would be to detect kotlin/test and then look to see if a directory src exists above it's parent.
Would you be interested in a pull request for that change?
Our out folder is
target/classes/kotlin/testbut because this doesn't matchbuild/classes/kotlin/test, then it is mistakenly handled as a Maven build.Given that people will often override the out folder to target, or perhaps something else, then maybe a a better algorithm would be to detect
kotlin/testand then look to see if a directorysrcexists above it's parent.Would you be interested in a pull request for that change?