Does this message ring any bells to anyone : `Comp...
# compose
n
Does this message ring any bells to anyone :
Compilation failed: IrClassPublicSymbolImpl for com.example.myapp/ComposableSingletons$AppKt|null[0] is already bound: CLASS OBJECT name:ComposableSingletons$AppKt modality:FINAL visibility:internal superTypes:[]
Chat GPT thinks : This error message means that the Kotlin compiler is trying to bind a symbol that's already bound. In simpler terms, it means that something is being defined twice when it should only be defined once. The error message specifically mentions
ComposableSingletons$AppKt
, which seems to suggest that there's a conflict related to this class or object. If so then wouldn't it mean that it is a bug within Compose-multiplatform 🤔 PS: Rebuilding does not worl.