Adjust name of IntelliJ Kotlin Plugin team
Merge-request: KT-MR-10425 Merged-by: Vladimir Dolzhenko <Vladimir.Dolzhenko@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
7f70ac73fd
commit
7f74950993
+5
-5
@@ -30,7 +30,7 @@
|
||||
|
||||
/.space/ "Kotlin Build Infrastructure"
|
||||
|
||||
/analysis/ "Kotlin IDE"
|
||||
/analysis/ "IntelliJ Kotlin Plugin"
|
||||
/analysis/light-classes-base/ Dmitry.Gridin
|
||||
/analysis/symbol-light-classes/ Dmitry.Gridin
|
||||
/analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt "Kotlin Compiler Core"
|
||||
@@ -83,7 +83,7 @@
|
||||
/compiler/ir/serialization.js/ "Kotlin JS"
|
||||
/compiler/ir/serialization.jvm/ "Kotlin JVM"
|
||||
/compiler/javac-wrapper/ "Kotlin Compiler Core"
|
||||
/compiler/light-classes/ "Kotlin IDE"
|
||||
/compiler/light-classes/ "IntelliJ Kotlin Plugin"
|
||||
/compiler/plugin-api/ "Kotlin Compiler Core"
|
||||
/compiler/preloader/ "Kotlin Compiler Core"
|
||||
/compiler/psi/ "Kotlin Compiler Core"
|
||||
@@ -95,7 +95,7 @@
|
||||
/compiler/test-infrastructure-utils/ "Kotlin Compiler Core"
|
||||
|
||||
/compiler/testData/asJava/findClasses/ "Kotlin Compiler Core"
|
||||
/compiler/testData/asJava/lightClasses/ "Kotlin IDE"
|
||||
/compiler/testData/asJava/lightClasses/ "IntelliJ Kotlin Plugin"
|
||||
/compiler/testData/binaryCompatibility/klibEvolution/ "Kotlin Native"
|
||||
/compiler/testData/builtin-classes/ "Kotlin Libraries"
|
||||
/compiler/testData/capturedTypeApproximation/ "Kotlin Compiler Core"
|
||||
@@ -230,7 +230,7 @@
|
||||
|
||||
# UNKNOWN: /docs/
|
||||
|
||||
/generators/analysis-api-generator/ "Kotlin IDE"
|
||||
/generators/analysis-api-generator/ "IntelliJ Kotlin Plugin"
|
||||
/generators/builtins/ A.Qurbonzoda Vsevolod.Tolstopyato Ilya.Gorbunov
|
||||
/generators/evaluate/ "Kotlin Compiler Core"
|
||||
/generators/ide-iml-to-gradle-generator/ "Kotlin Build Infrastructure"
|
||||
@@ -384,7 +384,7 @@
|
||||
/wasm/ "Kotlin Wasm"
|
||||
|
||||
# Generated files (no review required)
|
||||
*Generated.java "Kotlin" "Kotlin IDE"
|
||||
*Generated.java "Kotlin" "IntelliJ Kotlin Plugin"
|
||||
|
||||
# Singular files
|
||||
/.gitattributes "Kotlin Build Infrastructure"
|
||||
|
||||
@@ -4,7 +4,7 @@ This folder contains compiler plugin counterpart to [kotlinx.serialization](http
|
||||
source code for all compiler-related plugin parts, including code resolution, code generation, diagnostics, and tests.
|
||||
Gradle and Maven plugins can be found in the `libraries` folder.
|
||||
The IntelliJ IDEA part (which contains only specific inspections and quickfixes) is located
|
||||
[inside the Kotlin IDEA plugin in the IntelliJ Community monorepo](https://github.com/JetBrains/intellij-community/tree/master/plugins/kotlin/compiler-plugins/kotlinx-serialization).
|
||||
[inside the IntelliJ IDEA Kotlin plugin in the IntelliJ Community monorepo](https://github.com/JetBrains/intellij-community/tree/master/plugins/kotlin/compiler-plugins/kotlinx-serialization).
|
||||
|
||||
## Brief overview
|
||||
|
||||
|
||||
Reference in New Issue
Block a user