问题
I am using jack compiler in my android project. My min sdk is set to 18. I am unable to use forEach and lambda in my code. It asks me to change my min sdk to 24 or higher. I was hoping that with the integration of JACK compiler I would be able to use this forEach with lambda easily. Is there any work around for this other than bumping up the min sdk?
来源:https://stackoverflow.com/questions/42276329/unable-to-use-foreach-and-lambda-in-android-min-sdk-version-less-than-24