https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

Kris Wong

03/29/2019, 1:58 PM
I have an mpp project as a submodule of an Android Studio project. I can't seem to come up with any run configuration that will execute the tests in 'jvmTest' with this setup. The tests work if I open the mpp project itself in intellij. Has anyone seen this?
looks like
./gradlew :libprojects:ConferenceDialer:jvmTest
also does nothing
3 Views