Rebuild only if proto changed.

Original commit: 018b58b51f
This commit is contained in:
Evgeny Gerashchenko
2014-05-15 16:47:52 +04:00
parent 2eb051dbc2
commit 0188b02946
13 changed files with 72 additions and 29 deletions
@@ -0,0 +1,5 @@
package test
fun foo() {
println("body is changed, but it doesn't matter, we won't rebuild dependencies")
}