sergeshustoff / dikt

Simple and powerful DI for kotlin multiplatform
MIT License
141 stars 4 forks source link

Support incremental compilation #3

Closed sergeshustoff closed 3 years ago

sergeshustoff commented 3 years ago

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

sergeshustoff commented 3 years ago

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.