googlemaps / android-maps-compose

Jetpack Compose composables for the Maps SDK for Android
https://developers.google.com/maps/documentation/android-sdk/maps-compose
Apache License 2.0
1.16k stars 143 forks source link

Transition project to modern Jetpack Compose #570

Closed alghe-global closed 5 months ago

alghe-global commented 6 months ago

Thanks for stopping by to let us know something could be better!


PLEASE READ

If you have a support contract with Google, please create an issue in the support console. This will ensure a timely response.

Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.

If your bug or feature request is not related to this particular library, please visit the Google Maps Platform issue trackers.

Check for answers on StackOverflow with the google-maps tag.


Is your feature request related to a problem? Please describe. Your build gradle is the old style of gradle. This shows that the project is using old Jetpack Compose. It would be great if this project/example is migrated to latest Jetpack Compose (to the date of writing this) and migrate your gradle to the newer version.

It is frustrating trying to adapt your code to latest version of Jetpack Compose as one has to deal with deprecated composables.

wangela commented 6 months ago

If you would like to upvote the priority of this issue, please comment below or react on the original post above with :+1: so we can see what is popular when we triage.

@alghe-global Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

lucas-livefront commented 6 months ago

Not the most well-written bug ticket I have ever seen but I like the spirit of it! I would recommend giving some more specific recommendations or call out specific issues you have with the build file/app as a whole.

kikoso commented 5 months ago

Hi @alghe-global ,

Thanks for the feedback, this has been applied in a recent PR.