Added incremental cache format versioning.

This commit is contained in:
Evgeny Gerashchenko
2014-09-24 19:35:19 +04:00
parent 0eda00e2df
commit 954a011721
14 changed files with 156 additions and 17 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