Adding a dependency to my commonMain, breaks the s...
# multiplatform
n
Adding a dependency to my commonMain, breaks the source root (no code checking, no autocompletion), and just this one dependency. Before raising an issue on github, what can be the cause of this? Is something on my end?
b
Conflicting dependencies maybe caused by the dependency you are adding. Some dependencies requires adding platform-specific versions. For example in
mockk
, you have to add
mockk-common
in
commonMain
, and
mockk
in
androidMain