Join Slack
Powered by
Is it possible to import something defined in the ...
# multiplatform
i
Ivan Đorđević
11/08/2021, 12:10 PM
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
mbonnin
11/08/2021, 12:13 PM
make a 3rd module that you import from your 2 other modules
🙏 1
b
Big Chungus
11/08/2021, 12:14 PM
It is possible, you just need to declare your own gradle artefacts
Big Chungus
11/08/2021, 12:14 PM
But definitely easier to just have a third module and put stuff in commonMain
👍 1
3
Views
Open in Slack
Previous
Next