vinivendra / Gryphon

The Swift to Kotlin translator.
https://vinivendra.github.io/Gryphon/
Other
609 stars 46 forks source link

Specify native collection warnings #30

Closed vinivendra closed 3 years ago

vinivendra commented 4 years ago

Currently, when a native collection is detected, the warning suggest changing it to either a List or a Map. This could be specified to suggesting Maps for Dictionaries and Lists for Arrays.

codersanjeev commented 4 years ago

I am working on this issue