how to use extension function from one module tests in another module tests?
t
how to use extension function from one module tests in another module tests?
v
tapchicoma: have you imported the function ?
t
yep, IDE doesn't complain, but on build type it shows
unresolved reference
Actually seems the only way is to create
src/sharedTest/kotlin
and reference it in the both modules