I have a question: i want to bind a generic interf...
# kodein
j
I have a question: i want to bind a generic interface with an implementation: bind<FileIO<Game>>() with singleton { JsonMapIO() } and JsonMapIO = class JsonMapIO : FileIO<Game> {}