Register kotlin_module as output of all files
Previously kotlin_module was registered as output only for files containing top-level declarations
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
Building module1
|
||||
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
||||
Cleaning output files:
|
||||
out/production/module1/META-INF/module1.kotlin_module
|
||||
out/production/module1/a/A.class
|
||||
End of files
|
||||
Compiling files:
|
||||
@@ -13,6 +14,7 @@ Exit code: OK
|
||||
Building module2
|
||||
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
||||
Cleaning output files:
|
||||
out/production/module2/META-INF/module2.kotlin_module
|
||||
out/production/module2/b/B.class
|
||||
End of files
|
||||
Compiling files:
|
||||
@@ -23,6 +25,7 @@ Exit code: OK
|
||||
Building module3
|
||||
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
||||
Cleaning output files:
|
||||
out/production/module3/META-INF/module3.kotlin_module
|
||||
out/production/module3/c/C.class
|
||||
End of files
|
||||
Compiling files:
|
||||
@@ -34,6 +37,7 @@ Building module4
|
||||
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
||||
Cleaning output files:
|
||||
out/production/module4/D/D.class
|
||||
out/production/module4/META-INF/module4.kotlin_module
|
||||
End of files
|
||||
Compiling files:
|
||||
module4/src/D.kt
|
||||
|
||||
Vendored
+4
@@ -3,6 +3,7 @@
|
||||
Building module1
|
||||
Actions after cache changed: [REBUILD_ALL_KOTLIN, DO_NOTHING]
|
||||
Cleaning output files:
|
||||
out/production/module1/META-INF/module1.kotlin_module
|
||||
out/production/module1/a/A.class
|
||||
End of files
|
||||
Compiling files:
|
||||
@@ -18,6 +19,7 @@ Exit code: OK
|
||||
Building module2
|
||||
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
||||
Cleaning output files:
|
||||
out/production/module2/META-INF/module2.kotlin_module
|
||||
out/production/module2/b/B.class
|
||||
End of files
|
||||
Compiling files:
|
||||
@@ -28,6 +30,7 @@ Exit code: OK
|
||||
Building module3
|
||||
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
||||
Cleaning output files:
|
||||
out/production/module3/META-INF/module3.kotlin_module
|
||||
out/production/module3/c/C.class
|
||||
End of files
|
||||
Compiling files:
|
||||
@@ -39,6 +42,7 @@ Building module4
|
||||
Actions after cache changed: [REBUILD_CHUNK, DO_NOTHING]
|
||||
Cleaning output files:
|
||||
out/production/module4/D/D.class
|
||||
out/production/module4/META-INF/module4.kotlin_module
|
||||
End of files
|
||||
Compiling files:
|
||||
module4/src/D.kt
|
||||
|
||||
Reference in New Issue
Block a user