btw on kotest what is the correct way to call kote...
# kotest
a
btw on kotest what is the correct way to call kotest to test in jvm (android)?
Copy code
./gradlew kotestDebugUnitTest
or
Copy code
./gradlew test
?