composeRow

fun RecyclerView.composeRow(reverseLayout: Boolean = false, spacing: Int = 0, contentPadding: Int = 0, horizontalPadding: Int? = null, verticalPadding: Int? = null, nestedScrollingEnabled: Boolean? = null, block: VerseScope.() -> Unit)

Convenience DSL for horizontal row lists (LazyRow).