fix description of kotlin folders

This commit is contained in:
Yann Cébron 2021-09-21 13:58:10 +02:00 committed by Jakub Chrzanowski
parent ae972d870e
commit b404bb4d0a

View File

@ -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