Could FIR-Tree apply to Java source file?
It looks cool to show both Java and Kotlin FIR/CFG with new K2. I wonder if Java source file could be applied to K2 FIR/CFG?
Really need this for my project is Android tech stack, and for legacy reasons there are still many Java source code.
Unfortunately this is not possible, as this plug-in uses the Kotlin analysis tools underneath :(
@serras Thanks~ Another question, is Kotlin analysis tools the same as kotlinc-low-level-api-fir? Is it possible to use someting like kotlinc-high-level-api-fir which could accept something like PsiJavaFile for Java?
Just curious that mixed sources of Kotlin and Java could be unified with UAST. Could be the same like presented by UFIR or UCFG?