Android studio gradle - avoid rebuilding of modules -


can somehow tell android studio never build submodules? split apps many modules , reuse modules between apps. have 10+ modules app...

so sake of speed want tell android studio, check dependencies of main project , build main project , never check modules or them if not force via clean build.

is possible? if include moduels via compiled jar, android studio act that. want same behaviour if don't include jars add modules project.

question

can desired behaviour if compile modules myself , add jars project or can somehow have same behaviour modules possibility make changes modules main project , force recompilation of modules via clean build or similar?


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -