KundlJ
KundlJ
I've experienced the same issue. I believe it's due to this line: https://github.com/wuseal/JsonToKotlinClass/blob/aabaa6a86bb5bb6d83b737904d285331c277ad91/src/main/kotlin/wu/seal/jsontokotlin/model/builder/KotlinEnumCodeBuilder.kt#L37 I think it should read: `val constantValue: Any = when (i) {` instead of `val constantValue: Any...
After checking out the repo and poking around I realize my previous thought was incorrect, however in looking at the [test code](https://github.com/wuseal/JsonToKotlinClass/blob/aabaa6a86bb5bb6d83b737904d285331c277ad91/src/test/kotlin/extensions/nstd/KotlinEnumCodeBuilderTest.kt) ``` . . . "definitions": { "LogEventType": {...
This appears to be an issue with both json and json schema. I'm guessing it's related to the recursive calls to find other objects but haven't been able to narrow...
I am experiencing this issue as well after a similar situation. In my case it was a Windows client. I'd had issues linking this machine after getting a new phone,...