I am new on Kotlin multi platform
Basically, I have a screen A with button START which is written in compose KMM and I have another screen B which is written iOS side in swift (UIViewController) with Button CLOSE.
So, I am looking away to open screen B (Swift screen) on click of START from compose screen. And on click of button CLOSE from swift class return a boolean value. How can be achieve