GarouDan
11/10/2018, 12:09 AM/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?