Is there a branch where I can track the state of C...
# compose
j
Is there a branch where I can track the state of Compose FIR implementation?
s
Not yet, Kotlin compiler plugin API doesn't quite support some functionality Compose needs Hopefully it is going to be added at some point soon
🙏 2
👍 2
j
Hey @shikasd , any update about this? :)
s
No update for now, .20 release has some improvements, but still missing some features Compose compiler needs :)
j
Thank you 🙂
@shikasd do you know if it is planned to point to 1.8+ Kotlin versions? If nothing has changed, FIR is not going to be easily usable in 1.7.20 anyway (register plugins, IDE support and so on). I can compile IntelliJ with FIR support and compile the plugin with 1.8 too (indeed we migrated to it some weeks ago).
s
Do you ask if Compose plugin is going to be targeting 1.8? I think it should eventually, but I doubt it happens before RC is out Fir won't be supported there, I think we'll announce when it happens
j
yeah, the improvements in 1.8 will be great, but probably FIR not will be the default in 1.8 yet as you said