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
fun a() = "a"
@@ -0,0 +1,3 @@
package test
fun b() = "b"
@@ -0,0 +1,11 @@
Cleaning output files:
out/production/module/test/TestPackage-a-*.class
out/production/module/test/TestPackage.class
End of files
Compiling files:
End of files
Compiling files:
src/b.kt
End of files