FabianTerhorst/FastLayout

LayoutCache generates only when @Layouts(all = true)

Closed this issue · 4 comments

When I try to use annotation different to @Layouts(all = true), LayoutCache file not generates(

@antoxa2584x can you show the annotation you are using when the cache does not get generated.

@FabianTerhorst I tried to use
@Layouts(all = true, exclude = {R.id.somelayout1,R.id.somelayout2})
and
@Layouts(ids = {R.id.somelayout1,R.id.somelayout2})

@antoxa2584x is there any note, warning or error in the gradle messenger window?

0.0.2-alpha21 has fixed some errors.