ComposeInvestigator
ComposeInvestigator copied to clipboard
Seeking Contributors Proficient in FIR
This project is a custom Kotlin compiler plugin that primarily utilizes the Kotlin K2 compiler's IR (Intermediate Representation) and FIR (Frontend Intermediate Representation).
However, there is currently insufficient documentation on IR and FIR, which has led me to handle all the learning and development of this project on my own.
To ensure the stable release of this project, not only IR transformations but also the Fir Checker needs to be adequately implemented. Unfortunately, I am facing significant challenges in handling FIR.
Due to my full-time job, I do not have enough time to study FIR (especially as I need to keep up with IR updates corresponding to new Kotlin versions).
Consequently, most of the Fir Checker implementations remain as TODOs, and the related test codes are marked with @Ignore
. My ultimate goal is to complete all these implementations and include them in the official release.
Currently, the biggest obstacle to reliably completing this project is FIR. Therefore, I am seeking external contributors who are proficient in FIR. If you are interested, I hope to collaborate with you to gradually complete the Fir Checkers for this project.
Thank you for your interest and support!
Feel free to let me know if you're interested in contributing or have any questions.
(This text is translated from Chat GPT, so the English grammar may be strange 😅.)