How do I run all debug tests in the project? `tes...
# gradle
u
How do I run all debug tests in the project?
test
runs release as well, I don't want that. Running
testDebugUnitTest
seems to run just the
app
module, skipping the pure jvm modules
h
How is this Kotlin specific? For your generic Gradle questions, please go to the Gradle slack instead: https://discuss.gradle.org/t/introducing-gradle-community-slack/26731