We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061d5ee commit 8bf69f1Copy full SHA for 8bf69f1
1 file changed
android/build.gradle
@@ -55,6 +55,7 @@ android {
55
disable "GradleDependency"
56
disable "NewerVersionAvailable"
57
disable "DuplicatePlatformClasses" // xpp3 added by azure-identity
58
+ disable "LambdaLast"
59
}
60
sourceSets {
61
main {
0 commit comments