diff --git a/plug-in-development/index.html b/plug-in-development/index.html index 0c9660a..6dd078e 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -184,10 +184,15 @@ Some plug-ings produce projects (Java, Kotlin) while others don't (Packaging, Ap Plug-ins can add flags to the compiler by implementing this interface.
-IRunContributor
)IRunnerContributor
)Plug-ins that can run a project (task "run") should implement this interface.
+ +ITestRunnerContributor
)+ Plug-ins that can run tests (task "test") should implement this interface. +
Interceptors transform data that Kobalt passes them.