Fixed
Status Update
Comments
nk...@google.com <nk...@google.com>
nk...@google.com <nk...@google.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?
ma...@gmail.com <ma...@gmail.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
Library used (Espresso, Runner, Rules etc.): Runner
Version used: 1.0.0
What steps will reproduce the problem?
See project here:
How are you running your tests (via Android Studio, Gradle, adb, etc.)?
Gradle
What is the expected output? What do you see instead?
Test should be found and run but instead a No tests found error is reported. Using the 0.5 version of runner successfully executes the tests. This appears to be a regression between 0.5 and 1.0.0.