I am using android cuckoo.aar local android library in my DemoApp project.
This cuckoo library also uses many other libraries, for example (modify, recyclerview, rx-android, rx-java) via Gradle dependencies.
When I import this cuckoo library into DemoApp, I need to add all these dependencies to my demoApp, which are used in the library.
There is one solution - make transitive = true in gradle. But that did not help me.
Can someone help me in the right direction to achieve this.
source share