I am using android cuckoo.aar local android library in my DemoApp project.
This cuckoo library also using many other libraries e.g( retrofit,recyclerview, rx-android, rx-java) through Gradle dependencies.
When I am importing this cuckoo library in DemoApp then I need to add all those dependencies in my demoApp that are used in library.
There is one solution is to make transitive = true in gradle. But it didn't help me.
Can someone help me right way to achieve this.