Daniel Okanin
07/07/2022, 6:39 PMrestartable scheme("[androidx.compose.ui.UiComposable]") fun ShoppingCarouselCardItem(
stable card: ShoppingCarouselViewItem
stable index: Int
onClickListener: OnClickEvent? = @static null
unstable carouselVisibilityTrackerListener: VisibilityTrackerListener<BaseEntry>? = @static null
unstable onCarouselHidden: MutableLiveData<OnCarouselHidden>
ephemient
07/07/2022, 7:27 PMClasses from modules where the Compose compiler is not run are always determined to be unstable.Guava isn't built with the Compose plugin (and isn't written in Kotlin), so it won't be recognized as immutable by Compose
liminal
07/07/2022, 7:27 PMDaniel Okanin
07/07/2022, 7:47 PMrestartable scheme("[androidx.compose.ui.UiComposable]") fun ShoppingCarouselCardItem(
stable card: ShoppingCarouselViewItem
stable index: Int
onClickListener: OnClickEvent? = @static null
unstable carouselVisibilityTrackerListener: VisibilityTrackerListener<BaseEntry>? = @static null
unstable onCarouselHidden: MutableLiveData<OnCarouselHidden>
ephemient
07/07/2022, 7:51 PMDaniel Okanin
07/07/2022, 7:52 PMephemient
07/07/2022, 7:52 PMDaniel Okanin
07/07/2022, 7:53 PMshikasd
07/08/2022, 1:18 AM