1fa990b063
It is possible for isolating annotation processor to report two or more originating elements from the same source file when generating sources/classes/resources. This commit makes sure the source file are de-duped, so assertion that there is a single source file does not fail. Test: IsolatingIncrementalProcessorsTest.testIsolatingWithMultipleOriginatingElements This is improvement to https://youtrack.jetbrains.com/issue/KT-23880