Suppose I have a list of lists:
val wrapperList = listOf( listOf(1, 2), listOf(3, 4), listOf(5, 6) )
Now this does NOT work in Ko