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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: