Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsuppress Android Lint #1536

Open
swankjesse opened this issue Oct 17, 2024 · 0 comments
Open

Unsuppress Android Lint #1536

swankjesse opened this issue Oct 17, 2024 · 0 comments

Comments

@swankjesse
Copy link
Collaborator

swankjesse commented Oct 17, 2024

In PR #1535 I upgraded Okio to build with Kotlin 2.x.

To get this building I needed to suppress Android lint like so:

tasks.withType<AndroidLintAnalysisTask> {
  onlyIf { false }
}

According to Google’s bug tracking bug, this crash likely indicates that Okio has a duplicated symbol somewhere. We should figure out what that symbol is, deduplicate it, and unsuppress the lint task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant