- Type mapping and primitive types : List<kotli...
# language-proposals
d
- Type mapping and primitive types : List<kotlin.Int> is List<java.lang.Integer>, and we can't change that. So, to get List<int> in JVM, we'll need something else