```bind<ListDelegationAdapter<List<out IU...
# kodein
b
Copy code
bind<ListDelegationAdapter<List<out IUiScreenItem>>>() with scopedSingleton(androidSupportFragmentScope) { Fragment -> ListDelegationAdapter<List<out IUiScreenItem>> }