Hey folks, I have a mixed java/kotlin project. If...
# intellij
m
Hey folks, I have a mixed java/kotlin project. If I choose
Create Test
on a class, or whatever, I can choose the package that the test goes into - but it goes into
/src/test/java
regardless of if I want the test to be in kotlin/java/what have you. Is there a way to customize that, or do I just need to hand-create the file in the desired target directory?
2