I’m getting a bunch of false-positive “assigned value is never read” warnings recently. This is for ...
m
I’m getting a bunch of false-positive “assigned value is never read” warnings recently. This is for vars using mutableState (via remember). Anyone else?
👌 6
z
A couple of these cases were fixed recently: https://youtrack.jetbrains.com/issue/KT-78881/ https://youtrack.jetbrains.com/issue/KT-81951/ One of these fixes is in 2.3, the other will be in 2.3.20 apparently.
thank you color 1