I've clone a copy of Rocket Chat Android app, I'm trying to customize it and I need to change the package name.
I have followed this steps: Android Studio Rename Package and now I'm getting the next error whenever I try to run the project.
Error:Execution failed for task ':rocket-chat-core:compileKotlin'. Compilation error. See log for more details
Log itself has no extra information. Also Android Studio is showing me an "cannot resolve symbol R" error.
I've already tried to Rebuild Project without any changes. Also didn't find too much information about the error.
Anybody? Thx