Support incremental compilation
sergeshustoff opened this issue · 1 comments
sergeshustoff commented
Currently builds with incremental compilation enabled are getting built incorrectly with potential bugs and crashes. Support incremental compilation
sergeshustoff commented
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.