Hi folks, we are using kotlin multiplatform in And...
# android-studio
v
Hi folks, we are using kotlin multiplatform in Android Studio. To write unit tests, I use a shortcut ⌘ + ⇧ + T (same as Navigate | Test) to create a new unit test. First problem is it only offers JUnit and NG tests. We use stuff from
package kotlin.test
. Is it possible to create a new template for this? It is not possible to do so straight in the IDE (the button is disabled). Second issue is that it creates the test in
androidTest
folder, which is undesirable as for common stuff. Any suggestions or solutions?