-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call requires API level 19 (current min is 16): java.util.Objects#requireNonNull
#225
Comments
Still happening with |
Hello, I'm having the same issue on 3.6.0 version also, lint is failing because of it. |
@vanniktech Are you still using |
Moved on to Kotlin and the projects that are still having Lambdas are now all minSdk 19. |
I don't have this problem. minSdk = 15, gradle-retrolambda 3.6.0, Android Studio 2.3.3 |
I've found that in my case issue is not related to |
Oh that might be the case since I'm using error prone. Guess this can be closed then. |
After updating from
'me.tatarka:gradle-retrolambda:3.2.5'
to'me.tatarka:gradle-retrolambda:3.4.0'
lint complains:The text was updated successfully, but these errors were encountered: