Is correct to use KoinComponent inside RecyclerVie...
# koin
j
Is correct to use KoinComponent inside RecyclerView Adapter?
a
I haven't tried it, but using it inside of Adapter itself will be ok if you don't use it inside the recycler view item. You could possibly use a factory inside of the item?