[K2] Run unit tests against the latest kotlin-compiler builds #3540
Labels
infrastructure
Everything related to builds tools, CI configurations and project tooling
tech-debt
A technical issue that is not observable by the users, but improves maintainers quality of life
topic: K2
Issues / PRs that are related to the K2 migration. See #2888
Milestone
As part of the migration to K2 (#2888), Dokka is migrating to the new Analysis API which is still under active development. Updates of the Analysis API version sometimes break Dokka for various reasons (source compatibility, behavioral changes, etc). At the moment, we update the K2 compiler version manually, so we find out about these breaking changes quite late.
There should be a CI build (TC/GA) that runs Dokka's unit tests with the latest published
-dev
version of kotlin-compiler for K2 analysis (kotlin-compiler-k2
prop inversions.toml
) once every couple of days.Impl notes:
true
or the desired version. This can help avoid the copy-paste in build configurations if TC is used.2.0.0-dev-*
pattern, we'll update it when the first builds of2.1.x
appear.The text was updated successfully, but these errors were encountered: