For Compose Multiplatform When I add higher order ...
# multiplatform
a
For Compose Multiplatform When I add higher order functions as a parameter of composable, it works fine on Android Build but doesn’t compile on iOS. I replaced those with interface callbacks and it compiles now. Any other solution for this?