Closed ZacSweers closed 6 months ago
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.
Fixed in #1870.
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.