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
Description: Trying to use the UncontainedCarouselStratergy constructor, an error is shown in android studio that it can only be used in the same LIBRARY GROUP.
Expected behavior: The constructor should be usable even from outside the library group
Minimal sample app repro: val strategy = UncontainedCarouselStrategy()
Material Library version: "1.12.0"
The text was updated successfully, but these errors were encountered:
Description: Trying to use the
UncontainedCarouselStratergy
constructor, an error is shown in android studio that it can only be used in the same LIBRARY GROUP.Expected behavior: The constructor should be usable even from outside the library group
Minimal sample app repro:
val strategy = UncontainedCarouselStrategy()
Material Library version: "1.12.0"
The text was updated successfully, but these errors were encountered: