gradle-retrolambda
gradle-retrolambda copied to clipboard
Compilation failed due to missing META-INF
Gradle: 2.10 Android plugin: 2.1.0 Retrolambda: 3.2.0 Immutables: 2.2
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileRetrolambdaDebug'.
> java.io.FileNotFoundException: my-project/build/intermediates/classes/project/debug/META-INF/services
While actual file is generated in:
my-project/build/retrolambda/debug/META-INF/services/com.google.gson.TypeAdapterFactory
Related issues:
- TypedAdapterFactory is not loaded with ServiceLoader on Android #100
- Wrong placement of generated META-INF/services https://github.com/evant/gradle-retrolambda/issues/110