gradle-retrolambda
gradle-retrolambda copied to clipboard
A gradle plugin for getting java lambda support in java 6, 7 and android
``` A problem was found with the configuration of task ':compileRetrolambdaMain' (type 'RetrolambdaTask'). - In plugin 'me.tatarka.RetrolambdaPluginJava' type 'me.tatarka.RetrolambdaTask' property 'classpath' has @Input annotation used on property of type 'FileCollection'....
Hi @harningt here is my the error .is there any solution for that? FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformClassesWithRetrolambdaForDebug'. > Process...
My project has some of the dependencies which also contains the lambda statement. When I applied this plugin, it was found the lambda code in the project is converted ,...
Hi! While migrating to new android gradle plugin I encountered a very strange error. > Type def recipe not found: /Users/guliash/Projects/MigrationRetrolambda/commons/build/intermediates/typedefs.txt I'm using retrolambda 3.2.5, auto/value 1.2, auto-value-parcel 0.2.5. Because...
i use gradle-retrolambda plugin in Android Studio gradle.build retrolambda { javaVersion JavaVersion.VERSION_1_6 jvmArgs '-arg1', '-arg2' defaultMethods false incremental true } ,i see the compile class file and find the class...
i was trying add an flutter module(which request host app java1.8 compile compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 }) to an existing app(which has to stay in java 1.7 because...
Whenever enter into Android Studio, I got follow warning message **WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'. It will be removed at the end of 2019.**...
**Retrolambda:3.7.0** ```groovy retrolambda { javaVersion JavaVersion.VERSION_1_7 jvmArgs '-noverify' defaultMethods false incremental true } ``` **Source code** ```java public void createOptions(){ ... optionsLayout.setOnCheckedChangeListener((group, checkedId) -> { View checked = group.findViewById(checkedId); if...
when i add rxbinding2 : ``` > Task :app:transformClassesWithDexBuilderForDebug FAILED com.android.builder.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to process C:\Dev\Tool\Gradle\caches\transforms-1\files-1.1\rxbinding-2.2.0.aar\be69653d3886c7a882a2807c0ce2f816\jars\classes.jar at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593) at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677) at...