compose

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

Entry point for building a linear RecyclerView layout using the Verses DSL.