8063db5f80
Recently, the container for "lookups" has changed to THashSet And it lead to exception: java.io.InvalidClassException: gnu.trove.THashSet; local class incompatible: stream classdesc serialVersionUID = -8659895033752433145, local class serialVersionUID = -1699000958968314003 The reasons for different versions of THashSet are unknown (though likely related to a slightly different classpathes), but the fix is rather straight-forward #KT-26011 Fixed