79601735

Date: 2025-05-01 11:02:56
Score: 2
Natty:
Report link

What I found is that I needed to force the inclusion in the build of my @BindingAdapters, which were on their own in a separate .kt. I did this in a hacky but adequate way, by having a global boolean variable in the bindings file e.g. INCLUDE_DATA_BINDINGS and setting it somewhere that's definitely included, in my case the onCreate() of my Application subclass.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • User mentioned (1): @BindingAdapters
  • Single line (0.5):
  • Starts with a question (0.5): What I
  • High reputation (-1):
Posted by: JulianSymes