Hello all, we have some test classes defined in KM...
# multiplatform
s
Hello all, we have some test classes defined in KMM module 1 (commonTest). We have another KMM module 2 that depends on module 1 where we would like to re-use test classes from module1:commonTest in module2:commonTest. Is that possible? We tried adding dependency in the sourceSets but no luck.