Kotlin incremental cache version change should not affect java only modules
This commit is contained in:
Vendored
+25
@@ -0,0 +1,25 @@
|
||||
Cleaning output files:
|
||||
out/production/module1/META-INF/module1.kotlin_module
|
||||
out/production/module1/Module1_aKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module1/src/module1_a.kt
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/production/module2/B.class
|
||||
out/production/module2/META-INF/module2.kotlin_module
|
||||
out/production/module2/Module2_cKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module2/src/module2_c.kt
|
||||
End of files
|
||||
Compiling files:
|
||||
module2/src/module2_B.java
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/production/module3/META-INF/module3.kotlin_module
|
||||
out/production/module3/Module3_dKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module3/src/module3_d.kt
|
||||
End of files
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
module1->
|
||||
module2->module1
|
||||
module3->module2
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
kotlin-data-container
|
||||
data-container-format-version.txt
|
||||
counters.tab
|
||||
file-to-id.tab
|
||||
id-to-file.tab
|
||||
lookups.tab
|
||||
Module 'module1' production
|
||||
experimental-format-version.txt
|
||||
format-version.txt
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module1' tests
|
||||
Module 'module2' production
|
||||
experimental-format-version.txt
|
||||
format-version.txt
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module2' tests
|
||||
Module 'module3' production
|
||||
experimental-format-version.txt
|
||||
format-version.txt
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module3' tests
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
fun a() {}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
class B {}
|
||||
jps-plugin/testData/incremental/changeIncrementalOption/experimentalOnJavaChanged/module2_B.java.new
Vendored
+1
@@ -0,0 +1 @@
|
||||
class B {}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
fun c() {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
on
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
fun d() {}
|
||||
Reference in New Issue
Block a user