Skip to content

Commit 8bf69f1

Browse files
committed
disable android-to-kotlin portability warning
1 parent 061d5ee commit 8bf69f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ android {
5555
disable "GradleDependency"
5656
disable "NewerVersionAvailable"
5757
disable "DuplicatePlatformClasses" // xpp3 added by azure-identity
58+
disable "LambdaLast"
5859
}
5960
sourceSets {
6061
main {

0 commit comments

Comments
 (0)