Recompile only files from last iteration after compile error
This commit is contained in:
jps-plugin/testData/incremental/classHierarchyAffected/companionObjectMemberChanged/gradle-build.log
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Compiling files:
|
||||
src/A.kt
|
||||
src/companionExtension.kt
|
||||
src/companionReferenceExplicit.kt
|
||||
src/companionReferenceImplicit.kt
|
||||
src/importedMember.kt
|
||||
End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
Compiling files:
|
||||
src/companionExtension.kt
|
||||
src/companionReferenceExplicit.kt
|
||||
src/companionReferenceImplicit.kt
|
||||
src/importedMember.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
Reference in New Issue
Block a user