Skip to content

1.4.6

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 19:05
· 133 commits to master since this release
  • 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 multiple KotlinCompilations