Is correct to use KoinComponent inside RecyclerView Adapter?
a
Adrian Witaszak
03/16/2023, 3:33 PM
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?