Fixed
Status Update
Comments
to...@gmail.com <to...@gmail.com> #2
this would be nice but given Compose and all other priorities, we are not planning to make any big investments in data binding (support KSP is a very big task).
nk...@google.com <nk...@google.com> #3
Makes sense. And is there any way to trigger data binding without kapt plugin, assuming there are no custom binding adapters in given module?
nk...@google.com <nk...@google.com>
nk...@google.com <nk...@google.com> #4
unfortunately no. data binding still needs to be able to read your code and annotation processing is the only API that allows us to do it :(
Description
So far it is possible to have @SdkSupress annotation with minSdkVersion which doesn't solve the problem.