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

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -

gcc - Neither ld wrap nor LD_PRELOAD working to intercept system call -