We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e021ac7 commit 65d4fa3Copy full SHA for 65d4fa3
buildSrc/src/main/java/com/google/firebase/gradle/plugins/ProjectUtils.kt
@@ -62,7 +62,7 @@ val Project.dackkaConfig: Configuration
62
*/
63
fun Configuration.getJars() = incoming.artifactView {
64
attributes {
65
- // replace value with android-class instead of jar after agp upgrade
+ // TODO(b/241795594): replace value with android-class instead of jar after agp upgrade
66
attribute(Attribute.of("artifactType", String::class.java), "jar")
67
}
68
}.artifacts.artifactFiles
0 commit comments