Skip to content

Separate into ViewBinding-ktx for ViewStub

Compare
Choose a tag to compare
@wada811 wada811 released this 20 Jul 14:16
· 168 commits to master since this release
0ceace3

Breaking Changes

  • API deletion
    • viewBinding(bind: (View) -> T)
      • You use ViewStub in ViewBinding, but DataBinding replace ViewStub by ViewStubProxy. (#9)
      • You can use wada811/ViewBinding-ktx.

Library updates

  • Upgrade androidx.fragment to 1.2.5.