Skip to content

Tags: google/ksp

Tags

2.3.9

Toggle 2.3.9's commit message
Add unused test

(cherry picked from commit 7df8e70)

2.3.8

Toggle 2.3.8's commit message
Add test for context parameters

See KEEP 367

(cherry picked from commit d350521)

2.3.7

Toggle 2.3.7's commit message
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)

2.3.6

Toggle 2.3.6's commit message
Remove redundant calls to asSequence

(cherry picked from commit eaff423)

2.2.21-2.0.5

Toggle 2.2.21-2.0.5's commit message
Remove test

2.3.5

Toggle 2.3.5's commit message
Dispose of threadlocals in KSPCoreEnvironment after processing

(cherry picked from commit 190feab)

2.3.4

Toggle 2.3.4's commit message
[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)

2.3.3

Toggle 2.3.3's commit message
Remove debug print statement in KspAAWorkerAction

Remove debug print statement from KspAAWorkerAction.

(cherry picked from commit 7c6da70)

2.3.2

Toggle 2.3.2's commit message
Fix regression related to no class found in AGP 8.7 and below

(cherry picked from commit 6975c18)

2.3.1

Toggle 2.3.1's commit message
Extend tests with more assertions

(cherry picked from commit b235f49)