daggerok
05/25/2019, 9:33 PMsrc/test/kotlin
folder?
I prepared an example you can quickly clone and verify:
git clone <https://github.com/daggerok/mixed-kotlin-java-jupiter-tests> testme ; cd $_ ; mvn test
here kotlin tests could be recognized from both stc/test/kotlin
as well as from src/test/java
, but java test classes are visible only from src/test/java
Let me know if you know how to tell maven in it’s pom.xml project build configuration also recognize java tests classes from src/test/kotlin
directory too
Thankssnowe
05/26/2019, 5:12 AM