Is Kodien verified at Compile Time?

488 views Asked by At

I am starting a new KMM project and I want to integrate a DI system. I found that there are 2 options: Kodein and Koin. Sadly Koin is not verified at compile time like Dagger and I was wondering if Kodein is verified at compile time ? Looking forward to your response and thanks in advance.

1

There are 1 answers

0
Kevin Galligan On BEST ANSWER

Neither are verified at compile time. Koin can be verified at unit test time:

https://doc.insert-koin.io/#/koin-test/checkmodules_plugin

Dagger-like stuff will probably wait on a compiler plugin style DI library, but we'll see.