Is there a reliable way to check if any dependenci...
# kodein
d
Is there a reliable way to check if any dependencies are missing at build time rather than at runtime? Koin uses
verify
and
checkModules
, was trying to see if something similar existed for Kodein.
i
Not that I'm aware of
r
We are working on some KSP helpers to enhance retrieving and verifying dependencies. Koin does not do compile time checks, you need to define unit tests. This is why we are trying to achieve with KSP in a concise way. Compile time checks would be available once Compiler Plugin APIs will be stable and documented.
2
🙌 1
👍 2