summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/multiModule/common/exportedDependency/klib-build.log
blob: a5954d01354aab33dcff85bb2df210d65bb9541b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
================ Step #1 =================

Building module1
Cleaning output files:
  out/production/module1/META-INF/module1.kotlin_module
  out/production/module1/foo/A.class
End of files
Compiling files:
  module1/src/A.kt
End of files
Marked as dirty by Kotlin:
  module2/src/AChild.kt
Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Exit code: NOTHING_DONE
------------------------------------------
Building module2
Cleaning output files:
  out/production/module2/META-INF/module2.kotlin_module
  out/production/module2/foo/AChild.class
End of files
Compiling files:
  module2/src/AChild.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Cannot access 'A': it is private in file
'public' subclass exposes its 'private' supertype A

================ Step #2 =================

Building module1
Cleaning output files:
  out/production/module1/META-INF/module1.kotlin_module
  out/production/module1/foo/A.class
End of files
Compiling files:
  module1/src/A.kt
End of files
Marked as dirty by Kotlin:
  module2/src/AChild.kt
Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Exit code: NOTHING_DONE
------------------------------------------
Building module2
Compiling files:
  module2/src/AChild.kt
End of files
Exit code: OK
------------------------------------------