When I use the “Create Test” feature in Intellij, ...
# announcements
c
When I use the “Create Test” feature in Intellij, it always creates it as a Java file even if I put it in the kotlin source set. I usually end up converting it right away. Is there a way to have it be generated in Kotlin instead.
a
Hi! I presume you're talking about creating tests from Java classes, right? In that case it's currently unsupported, please vote for https://youtrack.jetbrains.com/issue/KT-28646.
c
Awesome thanks for the link @Alexey Belkov [JB]