You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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