Hi guys, I have a multimodule multiplatform projec...
# multiplatform
a
Hi guys, I have a multimodule multiplatform project which is imported into plain android project.The project can see it's interfaces and transitive dependecies, but cannot resolve the interface's return types which are from the transitive dependencies. The dependencies are declared as api(...) in the imported module. Is there anyone, who faced similar issues?