1.4.6
- Upragded Kotlin to 1.6.0 and various other dependency upgrades
- The KSP integration now has a
allWarningsAsErrors
option - All classpaths used in the compilation are now added to the result classloader automatically, so that all classes used by the compiled classes can be loaded
- There is a new method
KotlinCompilation.addPreviousResultToClasspath
for including previous results when chaining multipleKotlinCompilation
s