Oh, sure, just do that after the cast ``` dataList...
# getting-started
r
Oh, sure, just do that after the cast
Copy code
dataList as RecyclerView
with(dataList) {
    layoutManager = createNewLayoutManager()
    // ...
}