Is it possible to import something defined in the ...
# multiplatform
i
Is it possible to import something defined in the
commonTest
sourceset from one project module as a dependency in
commonTest
sourceset from another project module?
nope 2
m
make a 3rd module that you import from your 2 other modules
🙏 1
b
It is possible, you just need to declare your own gradle artefacts
But definitely easier to just have a third module and put stuff in commonMain
👍 1