It is internally kind of inspired by the popular m...
# koin
b
It is internally kind of inspired by the popular mvvm todo sample from Google. Problem is, I'm accessing Files on the LocalDataSource, to access Files I need the Context, if I need the Context it shouldn't be passed as a parameter (or might leak, since localDataStorage is a singleton), and Application.instance is a not a very good solution. Some people on Reddit told me to user Dagger (a bit overkill of this) or Koin, which is exactly what I am trying, but I have absolutely no idea how to proceed. Could someone shine some light for me?
a
have you checked the getting started sections ?