Kotlin versions should be bumped to the latest versions. Also, the [`offerCatching()`](https://github.com/googlemaps/android-maps-ktx/blob/e5cc99f93a4956837f479861d274588d8dc5ce5d/maps-ktx/src/main/java/com/google/maps/android/ktx/GoogleMap.kt#L112) method should be replaced with `trySend` since `offer` is deprecated.
Kotlin versions should be bumped to the latest versions. Also, the
offerCatching()method should be replaced withtrySendsinceofferis deprecated.