Skip to content

Commit 9f02478

Browse files
authored
docs: remove issue related to no support for imports in IntelliJ (#2015)
The issue has been fixed: https://youtrack.jetbrains.com/issue/KTIJ-14580 and is waiting to be released in IntelliJ IDEA 2025.2 ([ref](https://kotlinlang.slack.com/archives/C0BT46EL8/p1751382806878189?thread_ts=1751159849.234259&cid=C0BT46EL8)).
1 parent d6ac6b4 commit 9f02478

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/faq.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ scripting. It's lagging behind the support provided by Kotlin itself.
6363

6464
Here's a list of tickets on the JetBrains side, along with proposed workarounds:
6565

66-
* **[\[KTIJ-14580\] Imported script are not supported for scripts outside of a source root](https://youtrack.jetbrains.com/issue/KTIJ-14580)**
67-
It's possible to partially mitigate it by adding dependencies from the imported files directly in the top-level
68-
script.
69-
7066
* **[\[KTIJ-16532\] Scripting: dependencies do not open source files](https://youtrack.jetbrains.com/issue/KTIJ-16532)**
7167
There are several workarounds: browse the code in GitHub, add a dependency on the library in your main project which
7268
will let you browse the source code in the IDE, or maybe it's enough to use

0 commit comments

Comments
 (0)