Join Slack
Powered by
Is there an option to force injection at compile-t...
# koin
r
reactormonk
01/20/2025, 2:16 PM
Is there an option to force injection at compile-time? Running into runtime errors gets old fast
✅ 1
f
François
01/20/2025, 2:23 PM
you mean koin
annotation
?
r
reactormonk
01/20/2025, 2:24 PM
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
François
01/20/2025, 2:30 PM
The annotation make it easier and you can check it with
https://insert-koin.io/docs/reference/koin-annotations/start/#compile-safety---check-your-koin-config-at-compile-time-since-130
a
Adam Jarvis
01/20/2025, 3:08 PM
annotations are the way to get compile-time checks
r
reactormonk
01/20/2025, 3:10 PM
Ah kk, nice
2
Views
Open in Slack
Previous
Next