edenman
04/20/2020, 11:21 PMcommonTest
? I see gradle tasks for the various platforms (jvmTest
, jsTest
, etc) but nothing for just running commonTest
jvmTest
i get this compilation error on my test in `commonTest`: Unresolved reference: Test
emmano
04/21/2020, 12:04 AMedenman
04/21/2020, 12:09 AMgmazzo
04/21/2020, 8:14 AMtests
between two MP modules?
I mean, given A
and B
, both MPP, to B
’s commonTest
to have all clases defined in `A`’s commonTest
for instance.
I’m playing around Gradle’s Variants but it’s not an easy task to do.Kris Wong
04/21/2020, 12:57 PM