Added clearing proto data in incremental cache.

This commit is contained in:
Evgeny Gerashchenko
2014-06-20 21:51:27 +04:00
parent 471e3e80f2
commit 8479ca76b0
16 changed files with 153 additions and 6 deletions
@@ -0,0 +1,3 @@
package test
class A
@@ -0,0 +1,3 @@
package test
class A
@@ -0,0 +1 @@
@@ -0,0 +1,17 @@
Cleaning output files:
out/production/module/test/A.class
End of files
Compiling files:
End of files
Compiling files:
src/A.kt
End of files
Cleaning output files:
out/production/module/test/TestPackage-other-*.class
out/production/module/test/TestPackage.class
End of files
Compiling files:
src/other.kt
End of files
@@ -0,0 +1,4 @@
package test
fun other() {
}