From b404bb4d0a5145a870fa7b71152a9d9d9d706839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 21 Sep 2021 13:58:10 +0200 Subject: [PATCH] fix description of kotlin folders --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8017e7..5785c06 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ A generated IntelliJ Platform Plugin Template repository contains the following ├── build/ Output build directory ├── src Plugin sources │ └── main -│ ├── kotlin/ Kotlin source files +│ ├── kotlin/ Kotlin production sources │ └── resources/ Resources - plugin.xml, icons, messages │ └── test -│ ├── kotlin/ Kotlin test files +│ ├── kotlin/ Kotlin test sources │ └── testData/ Test data used by tests ├── .gitignore Git ignoring rules ├── build.gradle.kts Gradle configuration