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
Rename coroutines core-jvm alias to coreJvm per review
Requested in #3095: with kotlinx-coroutines-coreJvm the core alias is
no longer a prefix of another alias, so the asProvider disambiguation
is removed at all use sites.
(cherry picked from commit ef90598)
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)