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

KSP2 cannot load Android lint checks jar due to FileTooBigException #1839

Closed
ZacSweers opened this issue Apr 11, 2024 · 2 comments
Closed

KSP2 cannot load Android lint checks jar due to FileTooBigException #1839

ZacSweers opened this issue Apr 11, 2024 · 2 comments
Assignees
Labels
AA waiting for upstream fix bug Something isn't working
Milestone

Comments

@ZacSweers
Copy link
Contributor

Repro: set ksp.useKSP2 to true in this branch (in gradle.properties) and then try to run ./gradlew :compose-lint-checks:kspTestKotlin. This works fine in KSP 1.

@ting-yuan
Copy link
Collaborator

Our workaround to https://youtrack.jetbrains.com/issue/KT-66689/Analysis-API-KtFirPackageScope-shouldnt-rely-on-KotlinDeclarationProvider-for-binary-dependencies-in-standalone-mode indirectly led to this issue. After the upstream is fixed, we'll be able to get rid of the workaround and therefore this issue.

@ting-yuan ting-yuan self-assigned this Apr 24, 2024
@ting-yuan ting-yuan added bug Something isn't working AA waiting for upstream fix labels Apr 24, 2024
@ting-yuan ting-yuan added this to the 2.0 milestone Apr 24, 2024
@ting-yuan
Copy link
Collaborator

Fixed in #1870.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AA waiting for upstream fix bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants