TO ALL: I've just pushed Kodein 4.1.0 to Maven Cen...
# kodein
s
TO ALL: I've just pushed Kodein 4.1.0 to Maven Central. As usual, everything new is in the Changelog : https://github.com/SalomonBrys/Kodein/blob/master/CHANGELOG.md There are two new main features : - The
CompositeTypeToken
class and its associated functions
erasedComp1
,
erasedComp2
and
erasedComp3
. They allow to represent generic types in an erased environment (such as JavaScript, and later, Native). https://salomonbrys.github.io/Kodein/#erased-comp - Set Multi-Binding which allows to declare multiple bindings for the same type and retrieve a set of instances (one for each binding). https://salomonbrys.github.io/Kodein/#_multi_binding
👏 1
metal 1