Join Slack
Powered by
Am I wrong saying that new Kotlin 1.1.2 should poi...
# android
d
damianpetla
04/28/2017, 7:11 AM
Am I wrong saying that new Kotlin 1.1.2 should point out that I am using newer API than my minSDK? I just used in my adapter
items.removeIf { it is VMLoadMoreProgress }
and there is no warning because of
removeIf
from API24
Open in Slack
Previous
Next