Skip to content

Bug: Enums entries are not generated in jvmProxies #24

@tuuhin

Description

@tuuhin

🐛 Describe the bug

When the plugin runs it converts all the native main classes into a jvm equivalent classes (data class, interfaces all working ) , but for enum the class , the generated code for jvmMain has no entries are generated , causing exception with methods associated with enums.entries, thus a build issue

💣 Steps to reproduce

Create a enum class in native main include some entries , build the project and open the build/generated/kne/jvmProxies and check the enum class if entries are present

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions