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
HasDatePattern is declared as a marker interface and it relies on DatePattern, currenly in superfields.dates. That package contains also implementations of the HasDatePattern interface, which causes a cyclic dependency.
The dependency should be broken by moving the DatePattern class info a shared.dates package.
The text was updated successfully, but these errors were encountered:
HasDatePattern
is declared as a marker interface and it relies onDatePattern
, currenly insuperfields.dates
. That package contains also implementations of theHasDatePattern
interface, which causes a cyclic dependency.The dependency should be broken by moving the
DatePattern
class info ashared.dates
package.The text was updated successfully, but these errors were encountered: