2

I am trying to bind views from another module layout with kotlin extention. There is no problem if the layout in the same module that I'm working currently. But if I use a layout from another module and what if I want to bind that layout with kotlinx? I'm currently getting "unresolved reference: kotlinx" error. So briefly how to bind module level views with kotlinx? Thanks.

DiRiNoiD
  • 1,281
  • 2
  • 18
  • 24

1 Answers1

2

It is not supported yet. This unexpected behavior is described on KT-22430 ticket. The work to make it available is in progress and it is expected to work on Kotlin 1.2.60.

Diego Malone
  • 1,044
  • 9
  • 25