We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starting with v2 the kotlin-result library models its Result type as an inline value class, in order to reduce overhead,
kotlin-result
Result
inline value class
see: https://github.com/michaelbull/kotlin-result and: https://github.com/michaelbull/kotlin-result/wiki/Overhead
This update, however, makes some breaking changes to API.
We should update our library to be able to use this new version.
The text was updated successfully, but these errors were encountered:
It looks like the new inlined Result type, makes it more difficult to interop with Java (and other jvm languages), see: michaelbull/kotlin-result#101.
Will hold off on upgrading to v2 for a bit.
Sorry, something went wrong.
vewert
No branches or pull requests
Starting with v2 the
kotlin-result
library models itsResult
type as aninline value class
, in order to reduce overhead,see: https://github.com/michaelbull/kotlin-result
and: https://github.com/michaelbull/kotlin-result/wiki/Overhead
This update, however, makes some breaking changes to API.
We should update our library to be able to use this new version.
The text was updated successfully, but these errors were encountered: