Oh, will that allow me to replace `bind() from sin...
# kodein
s
Oh, will that allow me to replace
bind() from singleton { buildPokeApiRepo(PokemonSpeciesService(instance())) }
with
bindPokeApiRepo(PokemonSpeciesService(instance()))
? Or will I run into the same generic issues as before?