Compose View instead of Native view for marker's info window
I am using compose maps library to display clusters of markers. Now to display a custom info window adapter I want to use the compose. I have followed the
documentation of interoperability of compose via ComposeView. but when I add the ComposeView inside the info window method I am getting this error of cannot locate window recomposer.
Cannot locate windowRecomposer; View...