Hello everyone. I'm implementing an app using KMP....
# compose
s
Hello everyone. I'm implementing an app using KMP. Today, I migrated kotlin version from 1.9.21 to 2.0.0 (K2). It is working well on Android. However, when I open my project on XCode and try to run for the IOS, I'm having an error (picture below). Both Android and IOS were working well before upgrading the version. What could be the problem? Thank you for your time and consideration..
j
Copy code
The Compose compiler has been merged into the Kotlin repository since Kotlin 2.0.0-RC2. This helps smooth the migration of your projects to Kotlin 2.0, as the Compose compiler will ship simultaneously with Kotlin from now on and will always be compatible with Kotlin of the same version.