Whitespaces in project names (modularization issue)
Closed this issue · 1 comments
Kakaranara commented
Im trying to follow this tutorial : https://www.dicoding.com/academies/165/tutorials/10423
There's an issue when creating a new module :
And the problem might because the project names contains whitespaces (MySimpleLogin (starter))
when i try to create a new project and then creating new modules, there's no issue.
any solution for this?
Kakaranara commented
So, after diving into trial and error,
The problem is not with the whitespace, but the newly created build.gradle itself.
i got the solution and that is :
And that's it!
Dont forget to match the version of both module dependencies! as it might broke your app again!
Happy Coding!