You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the naming conventions, I intentionally decided not to modify them. The main reason is that since we do not have type information, we could be breaking code afterwards when transpiling the code that uses it. Besides, code convention transformation could be built as a post process by implementing a TokenTransformPlugin that modifies it accordingly.
If you want to contribute, feel free to create such a plugin (plugins can be enabled or disabled easily by final users)
Swift source
Kotlin Result
Kotlin Expected result (no dot in the
when
element)BTW if we want to follow kotlin naming conventions we should make these enum const names uppercase
https://kotlinlang.org/docs/reference/coding-conventions.html#property-names
The text was updated successfully, but these errors were encountered: