gradle-retrolambda
gradle-retrolambda copied to clipboard
A gradle plugin for getting java lambda support in java 6, 7 and android
Error:(2, 0) Plugin with id 'me.tatarka.retrolambda' not found. Open File
I have exactly the same gradle config worked fine on mobile project but failed on wear project. FAILURE: Build failed with an exception. ``` * What went wrong: Execution failed...
Hi, I want to include the retrolamda plugin configuration in a master build.gradle file. This files manage its subprojects building and it is the only one build.gradle (there is no...
It seems like android:onClick in layout XML files stops working when using RetroLambda.
https://gist.github.com/tiwiz/a2bd1f5249147e017730 This gradle task is quite helpful for users, who has problems with setting up retrolambda on MacOS. I consider it to be added to Configuration or Known Issues block.
Periodically getting such errors: ``` 13:41:05.795 [INFO] [system.out] java.lang.RuntimeException: java.lang.TypeNotPresentException: Type android.support.v4.app.Fragment not present 13:41:05.795 [INFO] [system.out] at net.orfjackal.retrolambda.lambdas.LambdaReifier.reifyLambdaClass(LambdaReifier.java:42) 13:41:05.795 [INFO] [system.out] at net.orfjackal.retrolambda.lambdas.BackportLambdaInvocations$InvokeDynamicInsnConverter.backportLambda(BackportLambdaInvocations.java:118) 13:41:05.795 [INFO] [system.out] at net.orfjackal.retrolambda.lambdas.BackportLambdaInvocations$InvokeDynamicInsnConverter.visitInvokeDynamicInsn(BackportLambdaInvocations.java:107) 13:41:05.795...
Execution failed for task ':myModule:_compileProductionDebugJava' when using incremental conpilation
I'm using gradle-retrolambda 2.4.1 together with android-apt and have ``` allprojects { tasks.withType(JavaCompile) { options.incremental = true } } ``` set. This is a new feature of Gradle 2.1 but...
I got the **MethodType not found** error on a jenkins CI server, this was caused by the server not having the jdk installed. I suggest that retrolambda should check if...
I am trying to set up retrolambda for android but I am having some trouble. When Im trying to build a APK I get this error message. com.sun.tools.javac.code.Symbol$CompletionFailure: class file...
I am using the plugin version 3.2.3. I just spent the whole day trying to figure out why I was getting java 8 class files when compiling despite being sure...