Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ The role of each configuration is described in the following tables:
|===
| Configuration name | Role | Consumable? | Resolvable? | Description

| `annotationProcessor`
| Declaring annotation processors
| no
| yes
| This configuration is used to declare annotation processors, ensuring they are available during the compile phase for code generation.

| `api`
| Declaring API dependencies
| no
Expand Down
Loading