I'm using it with my annotation processor, and bindings are done (and must be done due to
ProcessingEnvironment
which can be obtained only when the processor is initialized) in the annotation processor. Due to that, all tests but the first are all failing since Kodein.global instance is already constructed.