🐛 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
🐛 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/jvmProxiesand check the enum class if entries are present