1

I have "assets" module containing all my resources (layout, strings, values, etc) and I added this module as dependency in "app". Now when I try to refer ids using kotlinx.android.synthetic.main.xyzId.view.* , it is unable to resolve "xyzId". But when resources are directly put in same "app" module in res folder then it's working correctly. Does it means that kotlinx-android-extension do not work for resources lying in dependent module?

0 Answers0