Closed IVIanuu closed 5 years ago
Hi @IVIanuu , effectively very interesting.
A good try should be done, to help the resolution engine and check also performances impact.
We should wait until typeOf
is supported by native and javascript. Otherwise, we will introduce more problems for multi platform support / koin 3.0.0 (#524)
sure, and it's heavily reflection oriented ... I'm waiting a clear usecase for that
let's keep it in mind for later 👍
Kotlin 1.3.40 will introduce a typeOf() function which allows to get the real type of T including generic parameters.
It would be cool if koin makes use of it in some way.
https://youtrack.jetbrains.com/issue/KT-29915