why is the `[unitTest]` there? isn't `test` the na...
# gradle
u
why is the
[unitTest]
there? isn't
test
the name of the folder tests should be in? // this is a android module, not pure kotlin, if that helps
v
test
is the folder name, yes.
unitTest
is the source set name and thus the IntelliJ module name this folder belongs to
u
so I should name the folder
unitTest
?
it doesnt do it in pure kotlin modules
v
No, you shouldn't