in your `val doas = listOf(...)` change to add `li...
# getting-started
a
in your
val doas = listOf(...)
change to add
listOf<CrudDao<Msg>>(...)
since you have two types in there, it does not assume a common ancestor.