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
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 auto-value-parcel has compile dependency on auto/value I had to add (according to the guide):
After that I got 'Type def recipe not found' error. Only after updating to retrolambda 3.7.0, the error had gone.
Project which reproduces the issue. Just run ./gradlew :commons:assembleDebug.
Sure it is somehow related to the new android gradle plugin and old retrolambda.
Just wanted to make it easier to find the solution for someone who is migrating to 3.0.0 (because I could not find it myself after spending a lot of time).
Thank you!
The text was updated successfully, but these errors were encountered:
Hi!
While migrating to new android gradle plugin I encountered a very strange error.
I'm using retrolambda 3.2.5, auto/value 1.2, auto-value-parcel 0.2.5. Because auto-value-parcel has compile dependency on auto/value I had to add (according to the guide):
After that I got 'Type def recipe not found' error. Only after updating to retrolambda 3.7.0, the error had gone.
Project which reproduces the issue. Just run ./gradlew :commons:assembleDebug.
Sure it is somehow related to the new android gradle plugin and old retrolambda.
Just wanted to make it easier to find the solution for someone who is migrating to 3.0.0 (because I could not find it myself after spending a lot of time).
Thank you!
The text was updated successfully, but these errors were encountered: