From 515eb4c210837aa7a68b68fe57c2040e931e41e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 17 Sep 2024 12:03:24 +0200 Subject: [PATCH] plugin_required_experience.md: revert e9e4ce414a5c94e0c0b2981e6088cdfe441ada22 --- topics/basics/plugin_required_experience.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/basics/plugin_required_experience.md b/topics/basics/plugin_required_experience.md index 4e4944ceb..520cc0b52 100644 --- a/topics/basics/plugin_required_experience.md +++ b/topics/basics/plugin_required_experience.md @@ -2,7 +2,7 @@ # Required Experience -Required technology knowledge. +Required technology knowledge. The IntelliJ Platform is a JVM application, implemented mostly in Java and [Kotlin](https://kotlinlang.org). At this time, it's not possible to develop plugins for the IntelliJ Platform in non-JVM languages. @@ -20,4 +20,4 @@ Developing a plugin will sometimes require digging into the [IntelliJ Platform c It's highly recommended to get familiar with the [](explore_api.md) section before you start the plugin implementation. - +