I have the following error in my intelliJ project
Error:(136, 14) java: lambda expressions are not supported in -source 1.5
(use -source 8 or higher to enable lambda expressions)
I go to preferences and change the compiler from 1.5 to 8. This error still appearing, I am trying also restart and rebuild, but it didn't help. Any other suggestions?