Я не могу выполнить чистую сборку, выполнить повторную сборку с последней версией Android Studio для предварительного просмотра, при этом возникнет ошибка.
Unsupported type
(com.google.gms.googleservices.GoogleServicesPlugin$Version) found for field
'rangeStart' while constructing immutable class
com.google.gms.googleservices.GoogleServicesPlugin$VersionRange.
Immutable classes only support properties with effectively immutable types including:
- Strings, primitive types, wrapper types, Class, BigInteger and BigDecimal, enums
- classes annotated with @KnownImmutable and known immutables (java.awt.Color, java.net.URI)
- Cloneable classes, collections, maps and arrays, and other classes with special handling
(java.util.Date and various java.time.* classes and interfaces)
Other restrictions apply, please see the groovydoc for ImmutableOptions for further details
Выполнение gradlew clean
в результате этого
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Каково значение и решение для этого?