Invalidate usages of removed classes before round
#KT-23165 fixed
This commit is contained in:
+12
@@ -3,16 +3,26 @@
|
||||
Cleaning output files:
|
||||
out/production/module/foo/A.class
|
||||
End of files
|
||||
Marked as dirty by Kotlin:
|
||||
src/B.kt
|
||||
src/createA.kt
|
||||
src/createB.kt
|
||||
src/useAfoo.kt
|
||||
src/useBbar.kt
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/foo/B.class
|
||||
out/production/module/use/CreateAKt.class
|
||||
out/production/module/use/CreateBKt.class
|
||||
out/production/module/use/UseAfooKt.class
|
||||
out/production/module/use/UseBbarKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/B.kt
|
||||
src/createA.kt
|
||||
src/createB.kt
|
||||
src/useAfoo.kt
|
||||
src/useBbar.kt
|
||||
End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
@@ -26,7 +36,9 @@ Compiling files:
|
||||
src/A.kt
|
||||
src/B.kt
|
||||
src/createA.kt
|
||||
src/createB.kt
|
||||
src/useAfoo.kt
|
||||
src/useBbar.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user