Hi Guys, is the accompanist the only lib to implem...
# compose
a
Hi Guys, is the accompanist the only lib to implement viewpager? Compose doesn't provide it default?
z
In the most recent versions of compose there is experimental HorizontalPager and VerticalPager
a
@zt thanks.
d
Those Pagers going stable is going to be huge.
m
Yeah, I can't go to the new version of compose because of hilt (it has a lower version compatibility with kotlin than the new lib)
a
@mgrazianodecastro I am using the compose version 1.1.1 and hilt version2.44 . I have no issues. what is the issue that you are facing?
m
Compose 1.3.3 needs kotlin 1.8.10, but Hilt (as far as I tried) goes as much as 1.7.x