You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(snippets): use version catalog in documentation snippets and update Places SDK
- Update dependencies in snippets (app-compose, app-utils, app-places-ktx)
to use the Gradle version catalog (libs.*), resolving UseTomlInstead lint
findings flagged by code scanning.
- Add documentation comments within region tags showing both the recommended
version catalog configuration (TOML block) and the standalone coordinate
declaration for non-catalog projects.
- Replace deprecated places-ktx dependency with core Places SDK (libs.places),
as Kotlin extensions and coroutines are built directly into the Places SDK.
- Add mapsUtils to gradle/libs.versions.toml.
- Add missing androidTest dependencies (ext.junit, espresso.idling.resource)
to ApiDemos:kotlin-app and update LatLngSubject / LatLngBoundsSubject custom
Truth subject factories for Kotlin 2.4 / Truth 1.4.5 compatibility.
- Add .kotlin/ compiler directory to .gitignore.
0 commit comments