don't try to rebuild realm model every time run android build? -


i using realm android. notice every time run ./gradlew installdebug, takes time doing job processing class xxxx (xxxx realm class use in project). didn't change related that, doing other work(and has nothing realm).

so thinking there way avoid rebuilding realm class every time, in order save time while building android app? flag can add before build or that.

thanks.

indeed. agree , looking it. problem changes outside realm classes can affect code generate realm classes. tracking down dependencies may more expensive re-processing code.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -