I have working app in Android Studio (gradle) that have assets DIR where I keep my graphics and etc... I have created a wearable app that works but I have the same assets , libs ,etc that I have in my main app. In other words, I have the same files copied in assets and libs dir in both my main app and my wearable app.
How can I avoid this and make my wearable app use the same assets and libs?