Removed kapt options (failed)

This commit is contained in:
Erik C. Thauvin 2023-11-10 14:59:46 -08:00
parent 8769bf1884
commit d8156fe871
4 changed files with 5 additions and 383 deletions

View file

@ -219,7 +219,7 @@ public class DokkaOperation extends AbstractProcessOperation<DokkaOperation> {
/**
* Configures the operation from a {@link BaseProject}.
* <p>
* Sets the {@link #sourceSet} and {@link #moduleName} from the project.
* Sets the {@link #sourceSet sourceSet} and {@link #moduleName moduleName} from the project.
*
* @param project the project to configure the operation from
*/