Will the `+` thing for effects be removed? Back th...
# compose
f
Will the
+
thing for effects be removed? Back then you were saying it's gonna go away.
g
Last I heard, it is the plan. Our team working on that part has been working very hard and haven't gotten to it yet.
f
Good to know. I was just getting a bit worried when you showcased it to the public.
f
Are you talking about the
+
used for the states? because the Tutorial has another use of it:
val image = +imageResource(R.drawable.header)
r
Unary plus is going to go away yes
👍 5
Just wasn't a priority
a
@romainguy Maybe using
@Deprecated
annotation in such cases would be useful. You know that you are going to remove/change some functionality in future. Then just slap annotation with some context message immediately. Early adopters will notice (much easier then track slack 100%) and have time to express their opinion about that 🙂