Hi guys, I recently got very interested in experim...
# koin-contributors
l
Hi guys, I recently got very interested in experimenting with KSP. So that got me thinking, would you be open to having KSP processor that would verify that all injections are being defined (effectively adding build-time check)?
a
The new
verify()
function let you verify a module, and its submodule. I believe it will be one way to go with as KSP verification, but there is more to check
do you want to propose a verification as a KSP module
l
Yes I’d like to propose verification as a KSP module I’d like to work on
a
You can make a first proposal, even just share pseudo code and we can check together how it goes
then implement a first part
Best would be to cover both annotated and DSL modules 😁
I’m open to discuss if you want
l
Sure. The good thing about KSP is that you don’t even need the annotation part, as with it you can go through the whole code (which can be slow but not that slow imo with incremental processing) and check it there