-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Kotlin Extensions to this library #903
Comments
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
Still valid |
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
Is your feature request related to a problem? Please describe.
Upon integration of #898, it is no longer necessary to have a separate libraries (
maps-utils-ktx
andmaps-utils-v3-ktx
) for Kotlin idiomatic usage of this utility library.Describe the solution you'd like
Extension functions within
maps-utils-ktx
, and further extension development, should exist within this library. To complete this task, I propose the following:(1) Move extension functions within maps-ktx into a new package ("com.google.maps.android.ktx") within the
library
module.(2) Add future extension functions within this package. For example, Flow extensions can exist within here.
As a side effect of this,
maps-utils-ktx
andmaps-utils-v3-ktx
should be updated to remove contained extensions effectively the util KTX libs empty artifacts that depend on the version ofmaps-utils
containing Kotlin extensions. Lint warnings should also be created as to encourage developers to usemaps-utils
directly.Describe alternatives you've considered
Continue Kotlin extension development in the KTX libraries.
Additional context
N/A
The text was updated successfully, but these errors were encountered: