using_dev_kit.md: add note about using Gradle

This commit is contained in:
Yann Cébron 2019-02-06 10:16:06 +01:00
parent f995614e30
commit 4bbd6b8d0e

View File

@ -2,6 +2,8 @@
title: Using DevKit
---
>> **NOTE** For new projects, it is recommend to use [Gradle](/tutorials/build_system.md).
_Plugin DevKit_ is a bundled IntelliJ IDEA plugin for developing plugins for the IntelliJ Platform using IntelliJ IDEA's
own build system. It provides its custom SDK type and a set of actions for building plugins within the IDE.