1.5.0
- Updated Kotlin embedded compiler to 1.8.0
- Support new
CompilerPluginRegistrarthat replacesComponentRegistrar - Parent directories of
SourceFileare now created automatically #340 - The
MainComponentRegistrarandMainCommandlineProcessorsingletons will ignore unsetThreadLocalParametersin case it is loaded accidentally by some other tool scanning the classpath #301 - Multiplatform support can now be enabled with the appropriate option #303
- The
supportsK2option can be set to mark that all plugins support K2 - Various dependency upgrades
Thanks to Matthew Haughton and Zac Sweers for their help in supporting the new compiler version