Hi guys, I trying to create a mpp project with gra...
# multiplatform
g
Hi guys, I trying to create a mpp project with gradle but I’m having some difficulties when referring a module. For example, if we have a structure like this:
Copy code
/common
/application/jvm/terminal
How can I reference the common module inside the terminal module? I’m trying to use
implementation project(':common')
but it didn’t work. I tried some other variations like we can see on this link: https://stackoverflow.com/questions/17479076/android-studio-add-external-project-to-build-gradle But until now I couldn’t find a solution. Someone have a suggestion?