and then its ``` class MyAdapter ... { var it...
# android
d
and then its
Copy code
class MyAdapter ... {
    var items by adapterProperty(emptyList<YourObject>())
}