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
Post a Comment