After upgrading android-maps-utils
from 1.0.0
to 1.0.1
the cluster part of my app won't compile because
import com.google.maps.android.clustering.ClusterItem
import com.google.maps.android.clustering.ClusterManager
does not import anymore.
reverting to 1.0.0
it works again.
Do anyone know what breaking changes has been done in 1.0.1
?
RG
Try to clean project then invalidate cache /Restart.