any ideas why when i do `./gradlew clean build` on...
# gradle
h
any ideas why when i do
./gradlew clean build
only one of the test folder under `/src/tes`t is being run? my
/src/test
has got a
Groovy
folder and
Kotlin
folder but only the test in Groovy folder are being run. How do I get it to run tests in both folder?