Skip to content

Implement collections #1

Closed
Closed
@aSemy

Description

@aSemy

Any sort of Kotlin collection, e.g. List<String> should be converted to a TypeScript array, string[]

Lists of any type should be supported.

  • Nested lists List<List<String>>
  • Lists of maps List<Map<String, String>>
  • Lists of objects List<SomeKtObject>
  • Lists of structures, like data classes, classes, or interfaces
  • Lists of enums

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions