I have enabled R8 in my android project, Now Im started getting an error “R8 is ignoring the outjars option”. As I read The Unofficial R8 Documentation, The -outjars is ignored because of it is unsupported rule using R8, I would request, Please let me know If anyone knows the alternative of -outjars using R8
2 Likes
Hi @nawalesunil7 ,
In general, R8 is compatible with ProGuard -keep rules but it ignores some configuration options.
But since this is an R8 question, not a ProGuard question, you should ask over at the Google issue tracker.
1 Like