You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We use retrolambda in our android project. I try to add gradle-android-scala-plugin (i use branch android-1.5.0). There are gradle build error in scala compiler:
Compiling 1 Scala source and 913 Java sources to /home/caiiiycuk/android/mobile-yandex-client-android/app/build/retrolambda/masterAppstoreDebug...
> BuildiAn exception has occurred in the compiler (1.8.0_77). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for java.lang.invoke.MethodType not found
Exception executing org.gradle.api.internal.tasks.scala.ZincScalaCompiler@5fcfb08b in compiler daemon: org.gradle.api.internal.tasks.compile.CompilationFailedException: javac returned nonzero exit code.
The text was updated successfully, but these errors were encountered:
Hi! We use retrolambda in our android project. I try to add
gradle-android-scala-plugin
(i use branch android-1.5.0). There are gradle build error in scala compiler:The text was updated successfully, but these errors were encountered: