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:
Alexey Tsvetkov
2015-09-23 16:20:48 +03:00
parent 7ef23da289
commit c7f66a1585
25 changed files with 126 additions and 58 deletions
@@ -0,0 +1,3 @@
package module5;
class E {}