abbic
02/07/2024, 12:02 PMcategories.forEach { category -> // breakpoint hits
item(span = { GridItemSpan(2) }) { // breakpoint hits
Column { // breakpoint doesnt hit
any reason this might be happening? only change is update targetSdk to android-34Atul Gupta
02/08/2024, 8:16 PMSideEffect { Log.d("tag", "ran") }
to validate if its really not running?