kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.08k stars 607 forks source link

Binding Resouces (.BR) not created for sub lib, #405

Open BYogatama opened 1 year ago

BYogatama commented 1 year ago

Describe the issue So I have issue when building aar with main lib and a sub lib contains layout that use databinding, when using the aar turns out .BR for sub lib is not created. inside the aar there is only main lib br.bin, no sub lib br.bin

Anyone can help to solve this?

Build Environment