https://kotlinlang.org logo
#compose
Title
# compose
f

Fudge

10/23/2019, 7:51 PM
Will the
+
thing for effects be removed? Back then you were saying it's gonna go away.
g

George Mount

10/23/2019, 7:52 PM
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

Fudge

10/23/2019, 7:53 PM
Good to know. I was just getting a bit worried when you showcased it to the public.
f

Facundo Rodriguez Arceri

10/23/2019, 8:00 PM
Are you talking about the
+
used for the states? because the Tutorial has another use of it:
val image = +imageResource(R.drawable.header)
r

romainguy

10/23/2019, 8:01 PM
Unary plus is going to go away yes
👍 5
Just wasn't a priority
a

audriusk

10/24/2019, 7:29 AM
@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 🙂