Just want to say thanks for moving the compose compiler into kotlin (2.0.0-RC1), configuring the compiler with a typed API is just so much better ! (plus javadoc and code completion!)
It's also usable for non-Compose UI-based compositions like Molecule, Mosaic, and Redwood unlike the existing JB one. So nice.
e
efemoney
04/10/2024, 12:03 AM
Yup exactly! I really love it!
y
Yang
04/10/2024, 9:31 AM
Iām also happy to not need to work with CommonExtension<*, *, *, *, *, *> again š
Yang
04/10/2024, 9:32 AM
Btw is this going to be moved into KGP or stay in its own artifact?
t
tapchicoma
04/10/2024, 9:34 AM
for now - own artifact. We have an ongoing discussion about provide more unified approach in regards KGP and Kotlin official compiler plugins, but no decision so far.
š 1
šš¾ 1
j
jim
04/10/2024, 11:29 AM
It's worth noting that there are a few commits that need to go in before the final 2.0.0 build (related to bugs in multiplatform and incremental compilation) but yeah, huge thanks to @tapchicoma and @nk and @Marina Shishkina and everyone else who helped make this happen! This is going to be a huge improvement for all users of Compose and should go a long way to solving the kotlin-compose compatibility matrix complexities.
kodee loving 5
jim
04/10/2024, 11:32 AM
I'm really excited for this change in Kotlin!
same 2
c
Colton Idle
04/11/2024, 3:04 PM
oh nice. so no more having to remember to specify a specific compose compiler version?