KoinDemo
KoinDemo copied to clipboard
missing Gson parameter fix
factory { DataRepositoryImpl() } does not include a Gson parameter that you defined in the DataRepositoryImpl class. Simply adding a default constructor should solve the problem. Otherwise, you will get "No value passed for parameter 'gson' error in the Android Studio. Later you can use get() in the DataRepositoryFactory, I think.