-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for 0.5.0 Release #256
base: release-0.5.0
Are you sure you want to change the base?
Conversation
fun <T : RemoteService> withService() {} | ||
</code-block> | ||
<p> | ||
Compiler can not guarantee, that the passed type is the one for which the code generation was run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you clarify by using the names from the example which one you mean by "the passed type"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rephrased to the passed type parameter
@vnikolova thanks again for the thorough review! |
Added docs for
0.5.0
release. Migration guide and new API descriptions.Also added missing deprecations