Main change - avoid using coroutines internally (lazy work creates additional hassle). Mixing new plugin with old Gradle leads to compiling against new coroutines and use against the old one which leads to ClassNotFound issues.
What's Changed
- reduce dependencies in gradle plugin utils by @imanushin in #49
- Switch from coroutines by @imanushin in #51
- Switch to list by @imanushin in #50
Full Changelog: 1.2.1...1.2.2