arrow-analysis icon indicating copy to clipboard operation
arrow-analysis copied to clipboard

update to K2 compiler

Open raulraja opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

FIR, the new frontend for the Kotlin compiler, is around the corner. May release stable around 1.9 or 1.10

Describe the solution you'd like

Change old frontend dependencies for new FIR frontend API. Remove dependencies on the old frontend. It may be tricky due to analysis rewind being unavailable on the new frontend. New K2 FIR collaborates with IDEA and shows analysis error as you type, a much-desired feature for Arrow Analysis.

raulraja avatar Jan 06 '23 23:01 raulraja