addDependencies

abstract val addDependencies: Property<Boolean>

Whether the plugin adds the viddik dependencies itself — annotations and testing-core on the test source set, the processor on the matching KSP configuration, and the JUnit 5 runtime. true by default.

Set it to false to declare them by hand, e.g. to pin them through your own version catalog.