I have a jetpack compose app with a google map composable in a screen. I generated a theme for the app which supports light and dark modes and when my device is in dark mode, the app successfully changes to dark mode, but my google map composable is still being presented in light mode. Is there any way to tell that must use the theme of the app? On the other hand, the google maps app of the OS can switch between light and dark theme normally, so must be a way to achieve it on a Google Map composable, but can't find it on the official documentation.