^-- Made a DI lib for Swift. Maybe I'll port a Kotlin version.
s
Shawn
12/17/2020, 10:33 PM
what does your library do that Koin, Kodein, Dagger, and Guice don’t already do
☝️ 2
j
jasper
12/18/2020, 12:35 AM
This one is for Swift so it doesn't use reflection or compile time weaving.
jasper
12/18/2020, 12:35 AM
Instead it holds references to functions. It might be interesting to try the same approach in Kotlin, however to work it relies on Swift property wrappers.
jasper
12/18/2020, 12:36 AM
I think there's always room for another lib, at the very least for one's own amusement, but social coding can be fun too.