|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!DOCTYPE topic |
| 3 | + SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> |
| 4 | +<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 | + xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" |
| 6 | + title="IDE Plugin" id="ide-plugin"> |
| 7 | + |
| 8 | + <p> |
| 9 | + The <code>kotlinx.rpc</code> library uses an external Kotlin compiler plugin to generate declarations. |
| 10 | + To ensure compatibility with IntelliJ-based IDEs, we provide the |
| 11 | + <a href="https://plugins.jetbrains.com/plugin/26480-kotlin-external-fir-support?noRedirect=true"> |
| 12 | + Kotlin External FIR Support |
| 13 | + </a> |
| 14 | + plugin. |
| 15 | + </p> |
| 16 | + <chapter title="Supported versions" id="supported-versions"> |
| 17 | + <p> |
| 18 | + The plugin is based on experimental IDE functionality, |
| 19 | + which means that only newer IDE versions are supported. |
| 20 | + For full compatibility guidelines, refer to the |
| 21 | + <a href="https://plugins.jetbrains.com/plugin/26480-kotlin-external-fir-support?noRedirect=true"> |
| 22 | + the plugin documentation on the JetBrains Marketplace |
| 23 | + </a> |
| 24 | + . |
| 25 | + </p> |
| 26 | + </chapter> |
| 27 | + <chapter title="Configuration" id="config"> |
| 28 | + <p> |
| 29 | + No additional configuration is required. The plugin works automatically upon installation. |
| 30 | + </p> |
| 31 | + </chapter> |
| 32 | + <chapter title="Limitations" id="limitations"> |
| 33 | + <p> |
| 34 | + There are currently no known limitations when using the plugin on supported IDE versions. |
| 35 | + </p> |
| 36 | + <p> |
| 37 | + If you encounter issues, unexpected limitations, or bugs, |
| 38 | + please report them by creating a new issue on |
| 39 | + <a href="https://github.com/Mr3zee/kotlin-plugins/issues"> |
| 40 | + GitHub |
| 41 | + </a> |
| 42 | + . |
| 43 | + </p> |
| 44 | + </chapter> |
| 45 | + |
| 46 | +</topic> |
0 commit comments