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
Move AnnotationResolutionStrategy-related files to common dir
These files belong in the common directory since they are not directly tied to an implementation of an interface in the KSP API. There will probably also be more files added later which will only pollute the `impl` directory further with classes irrelevant to implementing the API.
(cherry picked from commit 2612724)
[AGP Built in kotlin] Pass kotlin sources from variant api as they are
no longer being passed to ksp task via allKotlinSourceSetsObservable
(cherry picked from commit adeb459)