Library information:
- Version: 2.9.0
- View or Compose module: Compose
Describe the bug**
Following does not have an effect:
HorizontalYearCalendar(
state = state,
userScrollEnabled = false,
reverseLayout = true, // true or false, the calendar always displays from lower to higher dates
)
Not a big issue for me currently, because I have a feature request that requires me to place the months manually, but still a bug.