I don’t want different classifier, I wanna be able...
# koin
d
I don’t want different classifier, I wanna be able to do both:
Copy code
get<MyClass>()
get<MyClass> { parametersOf(MyParams(...)) }
a
use qualifier then
it add name to the definition
d
Yes, but I’d need to use qualifier also for retrieve it, in that case I’d prefer the solution I’m using
Copy code
fun Koin.getWithParam() = get { parametersOf(get()) }
With
I don’t want different classifier
I wanted to say *qualifier 🙂
a
ok