Join Slack
Communities
Powered by
Hi guys, Is there any way to get lint error/warnin...
# android
r
rjj3
05/08/2018, 8:46 AM
Hi guys, Is there any way to get lint error/warning that I use java8 methods (which added in API 24) under the hood of MutableMap? My case is
Copy code
mutableMapOf<String, X>.remove("X", objX)
Could I anyhow get info that I use methods from API 24 (my min is 21)?
Open in Slack
Previous
Next