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
)
androidx.paging.compose.items(androidx.compose.foundation.lazy.LazyListScope, androidx.paging.compose.LazyPagingItems, kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function2)
androidx.paging.compose.items
Brais Gabin
08/11/2022, 10:53 AM