What is the difference between `androidx.compose.m...
# compose
j
What is the difference between
androidx.compose.material3:material3-window-size-class
and
androidx.compose.material3.adaptive:adaptive-
? They both seem to contain code for determining window size classes.
l
adaptive
libraries contain more functionality,
window-size-class
is an earlier library that only provides window size class information. `adaptive`* should be used moving forward
👍🏿 1
☝️ 1
n
Then they should deprecate the old window-size-class, as it leads to confusion which should be used