Fixed
Status Update
Comments
sr...@google.com <sr...@google.com>
jl...@google.com <jl...@google.com>
an...@google.com <an...@google.com> #3
Does this happen if you temporarily remove/disable the pull-refresh part?
Description
DESCRIBE THE ISSUE IN DETAIL:
Example code:
color.value
When using
mutableIntState
andstate.value
, Android Studio correctly reports the issue, however provides an incorrect quick-fix:"Reading value will cause an autoboxing operation. Use <unknown replacement> to avoid unnecessary allocations."
Using the quick fix results into this:
color.<unknown replacement>
Screenshot is attached below.
Studio Build: Version of Gradle Plugin: 8.0.0 Version of Gradle: 8.0 OS: Windows 10