How do I build my own Android project into an artifact? -
i'm starting in android dev. have dozen of non-sharing independent modules/folders i'd using in main app folder. gradle compile project takes upto more 3-5 minutes.
with web, learnt if means can precompile independent modules/folder artifacts add them dependancies (like adding precompiled glide or butterknife dependancies) in build.gradle , circumvent recompiling again.
now, how build artifacts of own android projects able use in build.gradle dependancies list?
Comments
Post a Comment