Multiplatform projects: common to common dependency

i have similar problem with this Multiplatform projects: common to common dependency but i using library common from my maven. autocomplete works and no errors are highlighted. However, when I run “gradle test”, it is as if one common module can not see another, even though the dependency is explicit in the build.gradle file. How i fix this ?

Hello. Can you please share the project for reproduction?