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
https://37-147952971-gh.circle-artifacts.com/0/home/circleci/kotlin-mobius/jvm/core-jvm/build/reports/japi.html
Most of the issues are CLASS_NOW_FINAL and METHOD_NOW_FINAL. I'm not convinced anything needs to be open but it can be done if necessary.
First no-arg constructor removed to enforce non-null model.
First
MergedEventSource.from and MobiusLoop$Builder.eventSources signature simplified, not a breaking change.
MergedEventSource.from
MobiusLoop$Builder.eventSources
Mobius.loop needs to return MobiusLoop$Builder. Resolved
Mobius.loop
MobiusLoop$Builder
Throwables.propagate needs @mpp.JvmStatic, not really an issue but doesn't hurt to have. Resolved
Throwables.propagate
@mpp.JvmStatic
The text was updated successfully, but these errors were encountered:
you may be interested in spotify/mobius#44
Sorry, something went wrong.
I'm satisfied with compatibility, classes can be opened individually should it be necessary.
No branches or pull requests
https://37-147952971-gh.circle-artifacts.com/0/home/circleci/kotlin-mobius/jvm/core-jvm/build/reports/japi.html
Most of the issues are CLASS_NOW_FINAL and METHOD_NOW_FINAL. I'm not convinced anything needs to be open but it can be done if necessary.
First
no-arg constructor removed to enforce non-null model.MergedEventSource.from
andMobiusLoop$Builder.eventSources
signature simplified, not a breaking change.ResolvedMobius.loop
needs to returnMobiusLoop$Builder
.ResolvedThrowables.propagate
needs@mpp.JvmStatic
, not really an issue but doesn't hurt to have.The text was updated successfully, but these errors were encountered: