I am using android studio and I want to use a lambda expression that is only available from java 8, and when I try to use it, I get:
Lambda expression are not supported at this language level.
So how can I change this on AndroidStudio?
android android-studio java-8
Pachu
source share