gradle-retrolambda icon indicating copy to clipboard operation
gradle-retrolambda copied to clipboard

The classes in the dependencies aar seems not to be converted

Open xulianbin opened this issue 4 years ago • 1 comments

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 , but the code in the library seems not. Is there any configuration to set so the plugin can change the byte code of the aar/jar files?

xulianbin avatar Jun 03 '21 06:06 xulianbin

Correct, it only applies to your project, not it's dependencies. You could try using Android's built-in desugaring which does.

evant avatar Jun 03 '21 12:06 evant