How long between the Google Compose Compiler and the version compatible with iOS? Since 1.4.7 just came out that is compatible with Kotlin 1.8.21 it would be cool to update MP version too. I tried the override in the VERSIONING file, but it did not seem to work...
j
jim
05/04/2023, 2:32 AM
The Google-published Compose Compiler should (in theory) already be compatible with Compose Multiplatform/iOS. Have you tried pointing at the Google compose compiler in your project? If so, did it not work / what error did you get?
Oh, I thought we had all the iOS compiler changes already. Can we get those upstreamed soon?
o
Oleksandr Karpovich [JB]
05/04/2023, 2:12 PM
I thought we had all the iOS compiler changes already
That’s true. At some point in the past all necessary changes were upstreamed. But later it diverged again - more changes were added on our side to support a newer kotlin version + some bug fixes.
I’ll try to prepare CLs when I have a bit more time.