You don't need to use mutable data structures. You can define it like this: fun main() { val a = listOf(listOf(mapOf("c" to "n"))) ...
確定! 回上一頁