We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17303d3 commit c572612Copy full SHA for c572612
1 file changed
README.md
@@ -115,6 +115,10 @@ if (shadow) {
115
addClassPathJarsFrom(compileOnlyDependencies)
116
117
proguardFile("rules.pro")
118
+
119
+ // for more information about the different options, refer to their matching R8 documentation
120
+ // at https://r8.googlesource.com/r8#running-r8
121
122
// See https://issuetracker.google.com/u/1/issues/380805015 for why this is required
123
registerFilterTransform(listOf(".*/impldep/META-INF/versions/.*"))
124
}
0 commit comments