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
For now steps return types will need to be:
- Public classes
- Having public `JsonProperty`s
so that getters can be called from the `inngest-core` package.
It's quite limiting I think. Getters do not work as expected with
Klaxon unless it's declared in Kotlin.
But we'll try to improve it later on.
0 commit comments