Hi all, question regarding the KMP shared `build.g...
# multiplatform
s
Hi all, question regarding the KMP shared
build.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 🙏