Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Map<> is not supported as a data class property #29

@baconz

Description

@baconz

A data class that has a map property with type arguments does not get translated correctly. For example:

@KustomExport
data class MapHolder(val map: Map<String, String>) 

Will result in:

2 type arguments expected for interface Map<K, out V>

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