When I let the gradle auto prompter thing update m...
# compose
t
When I let the gradle auto prompter thing update my
Copy code
androidx.compose.material3:material3:1.1.0-alpha06
to alpha08, I get lots of compilation errors. But all seems to revolve around rememberSheetState() (at least so far). Is there somewhere I can go to see what changes from version to version and how I ought to proceed. I'm more interested in the "teach a man to fish" here. IOW, when something breaks due to one of these version upgrades, what sites do you visit to get to the bottom of what to do to adapt?