| commit | d38709a76ce3bbe92bd26281fa043b6b99afb9fd | [log] [tgz] |
|---|---|---|
| author | Sebastien Hertz <shertz@google.com> | Fri Aug 25 13:58:05 2017 +0200 |
| committer | Sebastien Hertz <shertz@google.com> | Fri Aug 25 13:58:05 2017 +0200 |
| tree | 97cc2358ebcad8e51f6c87033080bc35c82998dd | |
| parent | 31f54c9f7ab7888b947a946b458f25dbd282f375 [diff] |
Quiet kotlin warnings Avoid kotlin compiler printing warnings about debug test cases. Bug: 65041640 Change-Id: Id1ad6f26a6f19ec959fe524e4ec998afafc78a92
diff --git a/build.gradle b/build.gradle index 63513ce..7362238 100644 --- a/build.gradle +++ b/build.gradle
@@ -565,6 +565,7 @@ executable file("third_party/kotlin/kotlinc/bin/kotlinc"); } args "-include-runtime" + args "-nowarn" args "-d" args "build/test/${kotlinHostJar}" args fileTree(dir: kotlinResourcesDir, include: '**/*.kt')