From 56949992f5da88fb37e31c9ff5939ac682b58ec1 Mon Sep 17 00:00:00 2001 From: "Aleksey.Zamulla" Date: Thu, 24 Oct 2024 10:39:33 +0200 Subject: [PATCH] chore: add a link for compiler plugins list --- docs/topics/compiler-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/compiler-reference.md b/docs/topics/compiler-reference.md index 27405807dfb..0c0e7f65138 100644 --- a/docs/topics/compiler-reference.md +++ b/docs/topics/compiler-reference.md @@ -80,7 +80,7 @@ Specify a custom path to the Kotlin compiler used for the discovery of runtime l ### -P plugin:pluginId:optionName=value Pass an option to a Kotlin compiler plugin. -Available plugins and their options are listed in the **Tools > Compiler plugins** section of the documentation. +Core plugins and their options are listed in the [Core compiler plugins](components-stability.md#core-compiler-plugins) section of the documentation. ### -language-version _version_