Sayali N
06/27/2023, 9:06 PMCompilation failed: IrClassPublicSymbolImpl for com.example.iosbuildfixapp/ComposableSingletons$AppKt|null[0] is already bound: CLASS OBJECT name:ComposableSingletons$AppKt modality:FINAL visibility:internal superTypes:[]
java.lang.IllegalStateException: IrClassPublicSymbolImpl for com.example.iosbuildfixapp/ComposableSingletons$AppKt|null[0] is already bound: CLASS OBJECT name:ComposableSingletons$AppKt modality:FINAL visibility:internal superTypes:[]
/Users/sn/AndroidStudioProjects/iosBuildFixApp/iosApp/iosApp/ComposeView.swift:17:9 Cannot find 'AppKt' in scope
Has anyone seen this issue before and know how to fix it? Thank you!Sayali N
06/27/2023, 9:09 PMRobert Munro
06/28/2023, 9:26 AMAppKt
defined?Robert Munro
06/28/2023, 9:28 AMApp
objects in the source - just a guess though ...Robert Munro
06/28/2023, 5:01 PMApp
. Maybe trying renaming iosMain App
to IosApp
?Sayali N
06/28/2023, 6:45 PM