jeggy
11/09/2018, 6:53 PMout
?karelpeeters
11/09/2018, 11:15 PMDico
11/10/2018, 8:50 AMColumn<String>
cannot store Any?
so you must declare the type as Column<out Any?>
Dico
11/10/2018, 8:51 AMDico
11/10/2018, 8:54 AMColumn<out Any>
because Any is the first common parent of String and Int, but the type Any can't be accepted by either object as a parameter where the type is T (in
position)