Added incremental cache format versioning.

Original commit: 954a011721
This commit is contained in:
Evgeny Gerashchenko
2014-09-24 19:35:19 +04:00
parent 2462b95e6b
commit 07d79c88f5
12 changed files with 148 additions and 13 deletions
@@ -0,0 +1,4 @@
package test
fun f() {
}
@@ -0,0 +1,4 @@
package test
fun g() {
}
@@ -0,0 +1,4 @@
package test
fun g() {
}
@@ -0,0 +1,11 @@
Cleaning output files:
out/production/module/test/TestPackage$b$*.class
out/production/module/test/TestPackage.class
End of files
Cleaning output files:
out/production/module/test/TestPackage$a$*.class
End of files
Compiling files:
src/a.kt
src/b.kt
End of files