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
Including some dependencies downstream cause a 1.2.X version of kotlin-stdlib and a 1.3.X version of kotlin-stdlib-common to be pulled in which causes version clash issues at runtime (NoSuchMethodError's).
Proposed solution is to solidify kotlin-stdlib and kotlin-stdlib-common dependency versions in graphql-sender. Can also take this opportunity to update the kotlin-stdlib dependency in the top level pom.
The text was updated successfully, but these errors were encountered:
andykruth-ii
added a commit
to andykruth-ii/stream-registry
that referenced
this issue
Feb 25, 2021
Including some dependencies downstream cause a 1.2.X version of kotlin-stdlib and a 1.3.X version of kotlin-stdlib-common to be pulled in which causes version clash issues at runtime (NoSuchMethodError's).
Ex.
This resolves to:
Proposed solution is to solidify kotlin-stdlib and kotlin-stdlib-common dependency versions in graphql-sender. Can also take this opportunity to update the kotlin-stdlib dependency in the top level pom.
The text was updated successfully, but these errors were encountered: