JakeWharton / ThreeTenABP

An adaptation of the JSR-310 backport for Android.
Apache License 2.0
3.54k stars 132 forks source link

Duplicate ThreeTen Classes in AndroidTest #117

Closed IniongunIsaac closed 4 years ago

IniongunIsaac commented 4 years ago

I came across this stacktrace when trying to write some android tests:

Duplicate class org.threeten.bp.Clock found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Clock$FixedClock found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Clock$OffsetClock found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Clock$SystemClock found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Clock$TickClock found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.DateTimeException found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.DateTimeUtils found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.DayOfWeek found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.DayOfWeek$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Duration found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Duration$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Instant found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Instant$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Instant$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.LocalDate found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.LocalDate$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.LocalDate$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.LocalDateTime found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.LocalDateTime$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.LocalDateTime$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.LocalTime found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.LocalTime$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.LocalTime$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Month found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Month$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Month$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.MonthDay found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.MonthDay$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.MonthDay$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.OffsetDateTime found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.OffsetDateTime$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.OffsetDateTime$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.OffsetDateTime$3 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.OffsetTime found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.OffsetTime$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.OffsetTime$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Period found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Ser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Year found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Year$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.Year$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.YearMonth found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.YearMonth$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.YearMonth$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.ZoneId found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.ZoneId$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.ZoneId$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.ZoneOffset found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.ZoneOffset$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.ZoneRegion found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.ZonedDateTime found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.ZonedDateTime$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.ZonedDateTime$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.AbstractChronology found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoDateImpl found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoDateImpl$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoLocalDate found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoLocalDate$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoLocalDateTime found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoLocalDateTime$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoLocalDateTimeImpl found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoLocalDateTimeImpl$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoPeriod found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoPeriodImpl found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoZonedDateTime found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoZonedDateTime$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoZonedDateTime$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoZonedDateTimeImpl found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ChronoZonedDateTimeImpl$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.Chronology found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.Chronology$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.Chronology$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.Era found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.HijrahChronology found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.HijrahDate found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.HijrahDate$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.HijrahEra found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.IsoChronology found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.IsoEra found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.JapaneseChronology found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.JapaneseChronology$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.JapaneseDate found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.JapaneseDate$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.JapaneseEra found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.MinguoChronology found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.MinguoChronology$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.MinguoDate found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.MinguoDate$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.MinguoEra found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.Ser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ThaiBuddhistChronology found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ThaiBuddhistChronology$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ThaiBuddhistDate found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ThaiBuddhistDate$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.chrono.ThaiBuddhistEra found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeBuilder found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatStyleProvider found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatter found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatter$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatter$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatter$ClassicFormat found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$3 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$4 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$CharLiteralPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$ChronoPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$CompositePrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$DateTimePrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$DefaultingParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$FractionPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$InstantPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$LocalizedOffsetPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$LocalizedPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$NumberPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$OffsetIdPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$PadPrinterParserDecorator found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$ReducedPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$SettingsParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$StringLiteralPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$TextPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$WeekFieldsPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$ZoneIdPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$ZoneIdPrinterParser$SubstringTree found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$ZoneTextPrinterParser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeFormatterBuilder$ZoneTextPrinterParser$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeParseContext found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeParseContext$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeParseContext$Parsed found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeParseException found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimePrintContext found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimePrintContext$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeTextProvider found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DateTimeTextProvider$ProviderSingleton found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.DecimalStyle found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.FormatStyle found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.ResolverStyle found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.SignStyle found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.SimpleDateTimeFormatStyleProvider found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.SimpleDateTimeTextProvider found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.SimpleDateTimeTextProvider$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.SimpleDateTimeTextProvider$LocaleStore found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.format.TextStyle found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.jdk8.DefaultInterfaceEra found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.jdk8.DefaultInterfaceTemporal found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.jdk8.DefaultInterfaceTemporalAccessor found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.jdk8.Jdk8Methods found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.ChronoField found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.ChronoUnit found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.IsoFields found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.IsoFields$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.IsoFields$Field found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.IsoFields$Field$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.IsoFields$Field$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.IsoFields$Field$3 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.IsoFields$Field$4 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.IsoFields$Unit found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.JulianFields found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.JulianFields$Field found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.Temporal found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalAccessor found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalAdjuster found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalAdjusters found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalAdjusters$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalAdjusters$DayOfWeekInMonth found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalAdjusters$Impl found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalAdjusters$RelativeDayOfWeek found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalAmount found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalField found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalQueries found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalQueries$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalQueries$2 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalQueries$3 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalQueries$4 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalQueries$5 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalQueries$6 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalQueries$7 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalQuery found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.TemporalUnit found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.UnsupportedTemporalTypeException found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.ValueRange found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.WeekFields found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.temporal.WeekFields$ComputedDayOfField found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.Ser found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.StandardZoneRules found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.TzdbZoneRulesProvider found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.TzdbZoneRulesProvider$Version found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneOffsetTransition found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneOffsetTransitionRule found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneOffsetTransitionRule$1 found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneOffsetTransitionRule$TimeDefinition found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRules found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRules$Fixed found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRulesBuilder found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRulesBuilder$TZRule found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRulesBuilder$TZWindow found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRulesException found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRulesInitializer found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRulesInitializer$DoNothingZoneRulesInitializer found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRulesInitializer$ServiceLoaderZoneRulesInitializer found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)
Duplicate class org.threeten.bp.zone.ZoneRulesProvider found in modules threetenbp-1.4.0-no-tzdb-no-tzdb.jar (org.threeten:threetenbp:1.4.0) and threetenbp-1.4.0.jar (org.threeten:threetenbp:1.4.0)

Go to the documentation to learn how to Fix dependency resolution errors.
JakeWharton commented 4 years ago

Best guess is that you probably have both the regular threetenbp dependency and the 'notzdb'-qualified dependency on your classpath? I would check the output of the dependencies task and look for where threetenbp is coming from.

Unfortunately there's no answer that I can really give because it's not a problem with the library, but a misconfiguration of your project. Once you identify where the errant, non-'notzdb' version of the threetenbp is coming from, you can either exclude it or use a Gradle resolution strategy to replace it with the 'notzdb' version in which case Gradle will de-duplicate them.

martinlacorrona commented 1 year ago

If you use "testImplementation" or "androidTestImplementation" to implement a module that also has this dependency, you need to declare it as non-transitive dependency: androidTestImplementation(project(":sharedTests")) { transitive = false }

This worked to me!