hello guys . i wanted to use ```LazyVerticalStagge...
# compose
a
hello guys . i wanted to use
Copy code
LazyVerticalStaggeredGrid
from foundation api . here is the link https://developer.android.com/reference/kotlin/androidx/compose/foundation/lazy/staggeredgrid/package-summary but the problem is even after adding
Copy code
implementation 'androidx.compose.foundation:foundation-layout:1.2.1'
implementation 'androidx.compose.foundation:foundation:1.2.1'
these two i cant call this compose function . my compose version is 1.2.0 .
thanks for quick replay .