sergeshustoff/dikt

Support incremental compilation

Closed this issue · 1 comments

Currently builds with incremental compilation enabled are getting built incorrectly with potential bugs and crashes. Support incremental compilation

Incremental compilation is now supported in version 1.0.0-alpha3
In order to support it library was changed significantly - now all modules should provide all information needed to build dependency injections without relaying on annotations in other files.