Revert "Force recompile all call-sites of ExpectedActualResolver.{findActualForExpected, findExpectedForActual}"
This reverts commit529a1dd720. This commit was needed to workaround broken incremental compilation in JPS in Kotlin plugin. The incremental compilation bug is reported KT-60759 As promised in529a1dd720, after a few days in `master` I revert it Review: https://jetbrains.team/p/kt/reviews/11724/timeline
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ internal class KtFe10MultiplatformInfoProvider(
|
||||
val memberDescriptor = (getSymbolDescriptor(actual) as? MemberDescriptor)?.takeIf { it.isActual } ?: return null
|
||||
|
||||
val expectedCompatibilityMap =
|
||||
ExpectedActualResolver.findExpectedForActual_incrementalCompilationWorkaround(memberDescriptor) ?: return null
|
||||
ExpectedActualResolver.findExpectedForActual(memberDescriptor) ?: return null
|
||||
|
||||
val expectsForActual = (expectedCompatibilityMap[ExpectActualCompatibility.Compatible]
|
||||
?: expectedCompatibilityMap.values.flatten())
|
||||
|
||||
Reference in New Issue
Block a user