I am working on an Android project, using gradle for building. Also we have different libraries like RxJava, Retrolambda, HttpOk and few more.
My issue is the build time to build apk is somewhere around 3.x min which is quite pain for development like you have to wait for 3 min doing nothing.
Is there any solution for this???
P.S- using: gradle --offline --daemon <--command--> to build Apk.
(I feel like retolambda is taking too much time to convert java8->java7)