Hey everyone , I am facing a compilation error whi...
# compose-ios
a
Hey everyone , I am facing a compilation error while running a kmm compose app on ios device, when I am using lamda functions like label in textfield or onClick in Button. Working fine in android
👍 1
a
Would be easier if you just share the error message and where is happening
a
error: Compilation failed: IrClassPublicSymbolImpl for com.example.helloworldkmm/ComposableSingletons$AppKt|null[0] is already bound: CLASS OBJECT name:ComposableSingletons$AppKt modality:FINAL visibility:internal superTypes:[]
Copy code
Button({},Modifier.padding(24.dp).fillMaxWidth().height(44.dp)){
               Text("Email",color = Color.White, fontSize = 16.sp)
           }
       }
   }
d
Thanks, I will check it
It works fine with Compose 1.4.3 and Kotlin 1.9.0 Can you please try to update?
thank you color 1