28 lines
589 B
Plaintext
Vendored
28 lines
589 B
Plaintext
Vendored
Cleaning output files:
|
|
out/production/module/foo/A.class
|
|
End of files
|
|
Compiling files:
|
|
src/A.kt
|
|
End of files
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/foo/AChild.class
|
|
out/production/module/foo/CreateAKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/AChild.kt
|
|
src/createA.kt
|
|
End of files
|
|
COMPILATION FAILED
|
|
Cannot access '<init>': it is 'private' in 'A'
|
|
Cannot access '<init>': it is 'private' in 'A'
|
|
|
|
|
|
Cleaning output files:
|
|
out/production/module/foo/A.class
|
|
End of files
|
|
Compiling files:
|
|
src/A.kt
|
|
src/AChild.kt
|
|
src/createA.kt
|
|
End of files |