I did a lot of research and I could't get one thing I have created my own framework and I want put in on gradle.
I do not want copy paste every time a lot of code from one project to another.
I want to do like this
compile 'xxxxx'
What should I do here to set this up?