LayoutCache generates only when @Layouts(all = true)
antoxa2584x opened this issue · 4 comments
antoxa2584x commented
When I try to use annotation different to @Layouts(all = true), LayoutCache file not generates(
FabianTerhorst commented
@antoxa2584x can you show the annotation you are using when the cache does not get generated.
antoxa2584x commented
@FabianTerhorst I tried to use
@Layouts(all = true, exclude = {R.id.somelayout1,R.id.somelayout2})
and
@Layouts(ids = {R.id.somelayout1,R.id.somelayout2})
FabianTerhorst commented
@antoxa2584x is there any note, warning or error in the gradle messenger window?
FabianTerhorst commented
0.0.2-alpha21 has fixed some errors.