Join Slack
Powered by
in your `val doas = listOf(...)` change to add `li...
# getting-started
a
apatrida
10/09/2015, 2:21 PM
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.
Open in Slack
Previous
Next