ushort
06/09/2021, 10:00 PMclass A {
val b by inject<B>() // How I expected it to be done (based off codes samples I've seen)
val b by inject<B>(B::class.java) // Requiring me to do it this way
}
deviant
06/10/2021, 10:24 AMushort
06/11/2021, 7:08 PMio.insert-koin:koin-core
and io.insert-koin:koin-core-ext
as my dependencies. This is solely a JVM kotlin project.
I could make a top level function that takes reified type but if there's a proper way to do it, rather do it that way lol