Upgrade kotlin to v2 (#4461)
This commit is contained in:
parent
f0a9c8be53
commit
78b1fcb9c6
3 changed files with 5 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ inline fun <T : ViewBinding> AppCompatActivity.viewBinding(
|
|||
bindingInflater(layoutInflater)
|
||||
}
|
||||
|
||||
private class ViewLifecycleLazy<out T : Any>(
|
||||
private class ViewLifecycleLazy<T : Any>(
|
||||
private val fragment: Fragment,
|
||||
private val initializer: (View) -> T
|
||||
) : Lazy<T>, LifecycleEventObserver {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue