Is there a branch where I can track the state of Compose FIR implementation?
s
shikasd
07/08/2022, 2:02 PM
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
:thank-you: 2
š 2
j
Javier
08/22/2022, 12:17 PM
Hey @shikasd , any update about this? :)
s
shikasd
08/22/2022, 1:34 PM
No update for now, .20 release has some improvements, but still missing some features Compose compiler needs :)
j
Javier
08/22/2022, 1:35 PM
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
shikasd
08/27/2022, 1:49 PM
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
Javier
08/27/2022, 2:00 PM
yeah, the improvements in 1.8 will be great, but probably FIR not will be the default in 1.8 yet as you said