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
Okio (and Retrofit) causes a Lint error about access to APIs that are not supported in Android. This is because the library is also used for non-Android projects. The current fix implemented in config/lint.xml is to ignore InvalidPackage Lint errors for the problematic libraries.
The text was updated successfully, but these errors were encountered:
This issue tracks upstream bug square/okio#58.
Okio (and Retrofit) causes a Lint error about access to APIs that are not supported in Android. This is because the library is also used for non-Android projects. The current fix implemented in
config/lint.xml
is to ignore InvalidPackage Lint errors for the problematic libraries.The text was updated successfully, but these errors were encountered: