Status Update
Comments
rm...@google.com <rm...@google.com> #2
As far as I can tell, the "Show Kotlin Bytecode" action is an internal debugging tool which in my opinion should never have been exposed to end users.
The
For a more robust "Show Kotlin Bytecode" action we could probably just show the latest build output and notify the user if their build is out of date. However, I'm not sure if this should be an Android Studio issue, since the code is in the Kotlin plugin.
ch...@gmail.com <ch...@gmail.com> #3
ch...@gmail.com <ch...@gmail.com> #4
Yes, please file a bug for the IntelliJ Kotlin plugin.
Description
But In our case however, the element on which the action was performed is a grandchild of a RecyclerView. As a result, RSR did not account for RecyclerView and did not capture the element's RecyclerView index in the recorded script.
So it would be very helpful if If RecyclerViews supports actions on non-immediate children of RecyclerViews.