Is there an option to force injection at compile-t...
# koin
r
Is there an option to force injection at compile-time? Running into runtime errors gets old fast
1
f
you mean koin annotation ?
r
I'm running into funny bean stuff, hence my idea to have the tree to be assembled at compile time, not runtime. But I guess that's not the way of koin?
f
a
annotations are the way to get compile-time checks
r
Ah kk, nice