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
I noticed this after hitting some class not found exceptions after an upgrade.
turns out, the pom files are missing dependencies and it was pulling kotlin compiler embeddable 1.4.10 instead of 1.4.20 for tests. (1.4.10 comes from kotlin compile testing's dependencies)
KSP used to not specify kotlin compiler dependencies in pom files so we
added them manually. Now KSP does this correctly but it is best to keep
them to ensure we use the right compiler version that is used in
AndroidX, not in KSP.
google/ksp#187
Bug: 160322705
Test: existing tests
Change-Id: Ia2c2dc5e8b68bb604abb08703396e0d5fb425539
I noticed this after hitting some class not found exceptions after an upgrade.
turns out, the pom files are missing dependencies and it was pulling kotlin compiler embeddable 1.4.10 instead of 1.4.20 for tests. (1.4.10 comes from kotlin compile testing's dependencies)
Is this intentional?
https://dl.google.com/android/maven2/com/google/devtools/ksp/symbol-processing/1.4.20-dev-experimental-20201204/symbol-processing-1.4.20-dev-experimental-20201204.pom
The text was updated successfully, but these errors were encountered: