I've been trying to upgrade my project to Compose ...
# compose
a
I've been trying to upgrade my project to Compose 1.6.1, but I'm running into a problem with Pager that causes ANR/OOM if pageCount is set to Int.MAX_VALUE. I have checked out the 1.7.0-alpha02 and the issue was fixed in this version, but I can't update my project to this version. There's already an issue reported for this bug, and it appears that the fix was made in these two commits (one, two) in androidx-main, but I don't see this fixes cherry-picked into the androidx-compose-release branch yet. Will these fixes land in 1.6?