declex icon indicating copy to clipboard operation
declex copied to clipboard

DecleX Cache Service doesn't detect changes in layouts

Open smaugho opened this issue 7 years ago • 0 comments

The implemented Cache Service doesn't detect changes in the layout, let's say you have an activity and in the @EActivity it is provided a layout, if this layout changes a class, this should be detected for the recompilation of the class. if the service fails to detect this, the compiler will fail because some classes cannot be cast to different classes.

smaugho avatar Apr 20 '17 16:04 smaugho