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
There is an issue for it, it needs to be done via annotation processors to work correctly.
I also don't know how much actual demand there is for invoking verbs within the same module (other than SQL verbs, which are different), which is why I have not really prioritized this.
I could probably actually just have a client that looks like convert: LocalClient<ConvertRequest>, this is still type safe, but it avoids needed to define a new class, and the build would fail if there is no 'convert' verb locally.
The behaviour of Kotlin for generating client impls within a module is different to Go (manual declaration vs automatic). Is this intentional?
The text was updated successfully, but these errors were encountered: