edenman
04/20/2020, 11:21 PMcommonTest? I see gradle tasks for the various platforms (jvmTest, jsTest, etc) but nothing for just running commonTestedenman
04/20/2020, 11:21 PMjvmTest i get this compilation error on my test in `commonTest`: Unresolved reference: Testemmano
04/21/2020, 12:04 AMemmano
04/21/2020, 12:06 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