Marcelo Hernandez
08/10/2022, 11:25 PMandroidx.paging.compose.items using ForbiddenMethodCall instead of ForbiddenImport, what pattern would I have to use given the following signature:
public fun <T : Any> LazyListScope.items(
    items: LazyPagingItems<T>,
    key: ((item: T) -> Any)? = null,
    itemContent: @Composable LazyItemScope.(value: T?) -> Unit
)Marcelo Hernandez
08/10/2022, 11:26 PMandroidx.paging.compose.items(androidx.compose.foundation.lazy.LazyListScope, androidx.paging.compose.LazyPagingItems, kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function2)Marcelo Hernandez
08/10/2022, 11:32 PMandroidx.paging.compose.itemsBrais Gabin
08/11/2022, 10:53 AM