Hey guys I have
library: serverurls
Which has productFlavors local,dev,prod
The server URLs are in the gradle file
I want to include those in the :networking module of mine and in the : app
But when i do
implementation project (path: ':serverurls')
I can't seem to get it to work