Hi, could you please help me with creating 2d arra...
# announcements
m
Hi, could you please help me with creating 2d array of objects. I am trying with:
Copy code
val data: Array<Array<CustomerInfo>> = Array(customerInfoList.size) { arrayOf<CustomerInfo>() }
Howeer the following data[i][0] assignation fails