| commit | c78e4411eaf2cc18c807a92ccd5a784f31153e70 | [log] [tgz] |
|---|---|---|
| author | Alan Viverette <[email protected]> | Tue Jan 07 14:08:02 2020 -0500 |
| committer | Alan Viverette <[email protected]> | Tue Jan 07 15:29:24 2020 -0500 |
| tree | a717fb4e6257d8239d1880a80beb95f4d342968b | |
| parent | 47c392a08aa9d444c2eb7d9769dbd36d0736fb26 [diff] [blame] |
Ignore Proguard warnings for Kotlin meta-annotations Allows Java clients to use Kotlin-based annotations that aren't dependent on the Kotlin standard library. Bug: 146897843 Test: tested in google3 Change-Id: I0a045414f118c48f642da48e55ad3aaf0c3372e1
diff --git a/annotation/annotation-experimental/build.gradle b/annotation/annotation-experimental/build.gradle index 7d83b43..920f1791 100644 --- a/annotation/annotation-experimental/build.gradle +++ b/annotation/annotation-experimental/build.gradle
@@ -37,6 +37,10 @@ sourceCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7 } + + buildTypes.all { + consumerProguardFiles("proguard-rules.pro") + } } androidx {