Guilherme Lima Pereira
01/31/2022, 7:07 PMandroid.nonTransitiveRClass=true
? I’m wondering what to do with include layout on xml referring a layout from another gradle module, when using databinding.Feri Nagy
01/31/2022, 9:19 PM@layout/foo
works ok even across modules. If your databinding uses an expression with R.layout.foo
, then you need to use a qualified name to R in other module (or a correct databinding import). Do you face a specific issue and see an error? Or just checking before even trying?Guilherme Lima Pereira
02/01/2022, 12:31 AM