Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Withhttps://r8-review.googlesource.com/c/r8/+/96760 missing service interfaces became missing classes reported as an error requiring an https://r8-review.googlesource.com/c/r8/+/96862 .
-dontwarn
. This was fixed byThe question is if missing service interfaces should be reported as missing classes?
I can see that a library can have a service implementation for situations where it is used in the context of other dependencies having the service interface, indicating that the warning is fine. That said we still require
-dontwarn
for libraries which use JVM classes/interfaces which are not present on Android.