Skip to content
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

fix: add stability configuration file to the core maps-compose projec… #517

Merged
merged 1 commit into from
Apr 16, 2024

Commits on Jan 29, 2024

  1. fix: add stability configuration file to the core maps-compose projec…

    …t. The currently configured types are all the immutable data types from com.google.android.gms.maps.model that are currently used in android-maps-compose:maps-compose. These types will now be considered @stable by the compiler. Making immutable data types @stable can be a more effective measure than relying on strong skipping, as stable types can use structural equality, whereas strong skipping merely relies on referential equality, as of today.
    
    This commit also makes compose compiler report generation available via command-line options (-PcomposeCompilerMetrics=true, -PcomposeCompilerReports=true)
    
    Fixes googlemaps#152
    bubenheimer committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c54fb99 View commit details
    Browse the repository at this point in the history