InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
8.98k stars 710 forks source link

Implicit type resolution for inject and get methods #1772

Closed peter-kovacs-accedo closed 1 week ago

peter-kovacs-accedo commented 8 months ago

PR for issue: https://github.com/InsertKoinIO/koin/issues/1771

peter-kovacs-accedo commented 3 months ago

Hi - is there any update regarding this PR?

arnaudgiuliani commented 1 week ago

what's the interest here? Java can't go over reified type, as a backward compact API. You are using directly inject and get, where you should use either KoinComponent or current available extension. Also prefer go with constructor injection

arnaudgiuliani commented 1 week ago

let's continue over the issue