kizitonwose / Calendar

A highly customizable calendar view and compose library for Android.
MIT License
4.5k stars 492 forks source link

Unresolved reference: rememberFirstMostVisibleMonth #460

Closed Kimsoer closed 1 year ago

Kimsoer commented 1 year ago

this line of code in example it show -> Unresolved reference: rememberFirstMostVisibleMonth val visibleMonth = rememberFirstMostVisibleMonth(state, viewportPercent = 90f)

kizitonwose commented 1 year ago

See Utils.kt#L146, it is part of the sample project, not included in the library.