Skip to content

Mr3zee/kotlin-plugins

Repository files navigation

Kotlin External FIR Support

Build Version Downloads

Description

This plugin allows the use of external Kotlin compiler plugins in a stable manner.

Currently, only kotlinx-rpc is supported.

Troubleshooting

If any of the FIR plugins throws errors, they will appear as exceptions in the Kotlin plugin. If you see a stacktrace for an exception thrown by com.github.mr3zee.kotlinPlugin.*, try invoking IDE Action Clear 'Kotlin FIR External Support' Cache. That may help with the problem.

Alternatively, delete the .kotlinPlugins directory, located in your user home directory. If the problem persists, please report it.

If you encounter any issues, report them on the GitHub.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Kotlin Plugins" > Install

  • Using JetBrains Marketplace:

    Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

    You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.