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
This is essentially the same issue as in #178, but again there is a binary compatibility issue. For instance, code that instantiates KotlinModule and was compiled against 2.9.10 will break if 2.10.1 is used at runtime. This time it's due to the introduction of the nullisSameAsDefault parameter.
As was mentioned in the other issue, backwards compatibility can be restored by re-introducing a constructor with the old signature.
I would again urge using something like japicmp to ensure this doesn't happen going forward.