arrow-analysis
arrow-analysis copied to clipboard
update to K2 compiler
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.