Code Samples README: previous platform releases

This commit is contained in:
Yann Cébron 2020-09-16 11:51:33 +02:00
parent b0df56f294
commit 9998c8205b

View File

@ -11,6 +11,11 @@ our code samples. These samples show you how features work and help you jumpstar
There is also [IntelliJ Platform Plugin Template][gh:template] project available. There is also [IntelliJ Platform Plugin Template][gh:template] project available.
## Target Platform
All Code Samples target the latest GA platform release.
Previous releases are made available via [tags](https://github.com/JetBrains/intellij-sdk-code-samples/tags).
## Structure ## Structure
Code Samples depend on the [IntelliJ Platform SDK][docs] and [Gradle][docs:gradle] as a build system. Code Samples depend on the [IntelliJ Platform SDK][docs] and [Gradle][docs:gradle] as a build system.