<@U19QMLF7Z> first a question: what is the proble...
# kodein
a
@passsy first a question: what is the problem with using full types as the default, I've never had a case where I needed to use erased types at all in any app with either Injekt or Kodein which covers a few solid years of 100% Kotlin code every day. @salomonbrys looking at my bindings in our biggest app, about 10% of them have generics (not collections, but custom classes with generics) ... and from experience with Jackson data binding and generics, most newbies (like 80%+) make a mistake not using generics when they should and then end up asking redundant Stackoverflow questions because they don't understand the importance and problems of type erasure. I need to understand the problem not having erased as default is causing?