[NI] Fix processParts in KotlinResolutionCandidate
This commit is contained in:
committed by
Stanislav Erokhin
parent
c45f86a2fc
commit
6eb534fca8
+3
@@ -107,6 +107,9 @@ class KotlinResolutionCandidate(
|
|||||||
partIndex++
|
partIndex++
|
||||||
workStep -= workCount
|
workStep -= workCount
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
break
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (partIndex < resolutionSequence.size) {
|
if (partIndex < resolutionSequence.size) {
|
||||||
if (processPart(resolutionSequence[partIndex], stopOnFirstError, workStep)) return
|
if (processPart(resolutionSequence[partIndex], stopOnFirstError, workStep)) return
|
||||||
|
|||||||
Reference in New Issue
Block a user