mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
fix description of kotlin folders
This commit is contained in:
parent
ae972d870e
commit
b404bb4d0a
@ -141,10 +141,10 @@ A generated IntelliJ Platform Plugin Template repository contains the following
|
|||||||
├── build/ Output build directory
|
├── build/ Output build directory
|
||||||
├── src Plugin sources
|
├── src Plugin sources
|
||||||
│ └── main
|
│ └── main
|
||||||
│ ├── kotlin/ Kotlin source files
|
│ ├── kotlin/ Kotlin production sources
|
||||||
│ └── resources/ Resources - plugin.xml, icons, messages
|
│ └── resources/ Resources - plugin.xml, icons, messages
|
||||||
│ └── test
|
│ └── test
|
||||||
│ ├── kotlin/ Kotlin test files
|
│ ├── kotlin/ Kotlin test sources
|
||||||
│ └── testData/ Test data used by tests
|
│ └── testData/ Test data used by tests
|
||||||
├── .gitignore Git ignoring rules
|
├── .gitignore Git ignoring rules
|
||||||
├── build.gradle.kts Gradle configuration
|
├── build.gradle.kts Gradle configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user