[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++
|
||||
workStep -= workCount
|
||||
}
|
||||
else {
|
||||
break
|
||||
}
|
||||
}
|
||||
if (partIndex < resolutionSequence.size) {
|
||||
if (processPart(resolutionSequence[partIndex], stopOnFirstError, workStep)) return
|
||||
|
||||
Reference in New Issue
Block a user