2016.3 introduced a new compilation error Error:Module '*' production: java.lang.NoClassDefFoundError: com/google/common/base/Predicate
Answered
Ever since I upgraded to 2016.3, compilation of all projects yield the following error:
Error:Module '*' production: java.lang.NoClassDefFoundError: com/google/common/base/Predicate
Please sign in to leave a comment.
Does it help if you enable Gradle plug-in? See http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
https://youtrack.jetbrains.com/issue/IDEA-160766 seems to be the case.
That solved it. Thank you!