diff --git a/plugins/scripting/scripting-ide-common/README.md b/plugins/scripting/scripting-ide-common/README.md new file mode 100644 index 00000000000..3beebf63a64 --- /dev/null +++ b/plugins/scripting/scripting-ide-common/README.md @@ -0,0 +1,5 @@ +Source code of this module is copy-pasted from https://github.com/JetBrains/intellij-community/tree/master/plugins/kotlin/common +(not the whole module is copy-pasted but only parts which are required for scripting) + +Copy-paste can be avoided by using artifact from https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-ide/org/jetbrains/kotlin/common/ +but we decided that copy-pasting is more appropriate in this situation