Fix recompilation of dependent modules on cache/abi version change
New cache version was written to dependent targets, when they have not been compiled yet #KT-9190 Fixed
This commit is contained in:
+1
-2
@@ -2,5 +2,4 @@ Module 'module' production
|
||||
format-version.txt
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module' tests
|
||||
format-version.txt
|
||||
Module 'module' tests
|
||||
+1
-2
@@ -4,5 +4,4 @@ Module 'module' production
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module' tests
|
||||
format-version.txt
|
||||
Module 'module' tests
|
||||
+1
-2
@@ -3,5 +3,4 @@ Module 'module' production
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module' tests
|
||||
format-version.txt
|
||||
Module 'module' tests
|
||||
+3
@@ -4,4 +4,7 @@ End of files
|
||||
Compiling files:
|
||||
module1/src/module1_a.kt
|
||||
module1/src/module1_other.kt
|
||||
End of files
|
||||
Compiling files:
|
||||
module2/src/module2_B.java
|
||||
End of files
|
||||
+7
-17
@@ -5,30 +5,20 @@ Compiling files:
|
||||
module1/src/module1_a.kt
|
||||
module1/src/module1_other.kt
|
||||
End of files
|
||||
|
||||
|
||||
Cleaning output files:
|
||||
out/production/module1/META-INF/module1.kotlin_module
|
||||
out/production/module1/module1/A.class
|
||||
out/production/module1/module1/Module1Package.class
|
||||
out/production/module1/module1/Module1_aKt.class
|
||||
Compiling files:
|
||||
module3/src/module3_c.kt
|
||||
End of files
|
||||
Compiling files:
|
||||
module1/src/module1_a.kt
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/production/module1/META-INF/module1.kotlin_module
|
||||
out/production/module1/module1/A.class
|
||||
out/production/module1/module1/Module1Package.class
|
||||
out/production/module1/module1/Module1_aKt.class
|
||||
out/production/module1/module1/Module1_otherKt.class
|
||||
module2/src/module2_B.java
|
||||
End of files
|
||||
|
||||
|
||||
Compiling files:
|
||||
module1/src/module1_a.kt
|
||||
module1/src/module1_other.kt
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/production/module2/B.class
|
||||
Compiling files:
|
||||
module3/src/module3_c.kt
|
||||
End of files
|
||||
Compiling files:
|
||||
module2/src/module2_B.java
|
||||
|
||||
+1
-4
@@ -5,14 +5,11 @@ Module 'module1' production
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module1' tests
|
||||
format-version.txt
|
||||
Module 'module2' production
|
||||
format-version.txt
|
||||
Module 'module2' tests
|
||||
Module 'module3' production
|
||||
format-version.txt
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module3' tests
|
||||
format-version.txt
|
||||
Module 'module3' tests
|
||||
Vendored
+1
-2
@@ -4,5 +4,4 @@ Module 'module' production
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module' tests
|
||||
format-version.txt
|
||||
Module 'module' tests
|
||||
Vendored
+1
-2
@@ -5,5 +5,4 @@ Module 'module' production
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module' tests
|
||||
format-version.txt
|
||||
Module 'module' tests
|
||||
Reference in New Issue
Block a user