badoo / RIBs

Badoo's take on RIBs
Apache License 2.0
162 stars 50 forks source link

Make ComposeRibView.kt stable which is used as a receiver for some composable function #373

Closed KovalevAndrey closed 2 years ago

KovalevAndrey commented 2 years ago

Description:

If you access in your composable function properties or classes defined in your View class which extends ComposeRibView then this class will be added to your composable function as a parameter. Right now extensions of ComposeRibView are unstable not allowing to skip execution

Related issue(s):

https://github.com/badoo/RIBs/issues/372