steve h
02/14/2022, 4:12 PMbuild.gradle.kts
I'd like the default gradlew build command to run
shared:jvmTest instead of shared:testDebugUnitTest (which seems to be the default).
How might you do that in gradle? I'm using Kotest & Koin, and creating a test database instance seems to be fine when running shared:jvmTest in isolation. Fwiw the project is based off the PeopleInSpace combined w/ conventions of the kmm-production-sample 🙏