For components on Android that can be instantiated...
# koin
n
For components on Android that can be instantiated directly (like Views, Adapters, etc), is it best to use constructors, or still rely on injection patterns?