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
Annotate ITransaction and ISpan with @NotNull or @Nullable, a few methods returns or method params are missing and this causes unnecessary Boilerplate on Kotlin code.
If there are more interfaces that are used by the client's code, this issue also applies.
Annotate
ITransaction
andISpan
with@NotNull
or@Nullable
, a few methods returns or method params are missing and this causes unnecessary Boilerplate on Kotlin code.If there are more interfaces that are used by the client's code, this issue also applies.
cc @maciejwalkowiak
The text was updated successfully, but these errors were encountered: