hey kotliners quick question, kotlin enum and jpa @Enumerated annotation I can't seem to find any information on this. In normal Java I use it to specify storing the string value and not ordinal value, but hibernate seems to not like it with kotlin enum
Thread in Slack Conversation
I wonder if I'm missing a dependancy somewhere because it complains about it not being a java enum