Hi all, is it possible to call a kotlin function from swift that expects a suspend lambda parameter?
i.e. in kotlin you can pass non-suspending functions where suspending ones are expected. Seems this is not possible from swift and we can not write suspend swift blocks ;-)