Hello everyone. I'm implementing an app using KMP....
# multiplatform
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..
y
you need to add
Copy code
alias(libs.plugins.compose.compiler)
to all your modules
s
Hi Youssef. I've already added that to my modules..I think Android shouldn't work without adding this..Android is working..