arrow-kt / arrow-meta

Functional companion to Kotlin's Compiler
https://meta.arrow-kt.io
Apache License 2.0
396 stars 42 forks source link

Update to Kotlin 1.8 + associated libraries #1063

Closed serras closed 1 year ago

serras commented 1 year ago

This PR moves to the new compiler API provided by 1.8, based on CompilerPluginRegistrar. Alongside it updates:

Note: this PR breaks binary compatibility, because the new Meta is no longer an interface, but an abstract class. Also its superclasses change. Should we move to 2.0, or at least to 1.7?