Additional correction were required even with 2.3.0
enum class ConnectionStatus(val value: ){
to
enum class ConnectionStatus(val value: String){
)
When enums were numbers, some leading characters had to be added.
1 = "1"
to
NUMBER_1 = "1" (or whatever)
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.