Jetpack Compose LazyVerticalGrid causes IllegalStateException when added to LinearLayout without max height
I’m working with a LinearLayout
as a parent layout in my Android app. Based on different card types, I dynamically add various cards to the LinearLayout
. One of these cards is built using Jetpack Compose, where I use the LazyVerticalGrid
component.