How can you share test util code between multiplatform modules?
Should I put it in main sourceset?
👌 2
b
Big Chungus
05/01/2021, 12:20 AM
put it in commonTest
t
Tijl
05/03/2021, 6:40 AM
if you put it in commonTest is will not be shared amongst modules.
best practise IMHO is to make a separate module just for the test utils and put it in the main sourceset there.