You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added possibility to use the viewBinding delegate without specifying rootView.
Improved speed of usage viewBinding with reflection
More ways of creating ViewBinding using ViewBinding.inflate instead of ViewBinding.bind
Breaking changesviewBinding() in Activities use ViewBinding.bind instead of ViewBinding.inflate. To return previous behaviour use viewBinding(CreateMethod.INFLATE)
Split implementation of lazy viewBinding delegate and implementation with lifecycle