Skip to content

Commit

Permalink
Update ksp2entrypoints.md
Browse files Browse the repository at this point in the history
(cherry picked from commit 41914b3)
  • Loading branch information
edrd-f authored and KSP Auto Pick committed Jun 5, 2024
1 parent 0c63983 commit 893a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ksp2entrypoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ val kspConfig = KSPJvmConfig.Builder().apply {
}.build()

// Run!
val exitCode = KotlinSymbolProcessing(kspConfig, listOfProcessors, kspLoggerImpl).execute()
val exitCode = KotlinSymbolProcessing(kspConfig, processorProviders, kspLoggerImpl).execute()
```

0 comments on commit 893a784

Please sign in to comment.