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.