fix description of kotlin folders

pull/204/head
Yann Cébron 3 years ago committed by Jakub Chrzanowski
parent ae972d870e
commit b404bb4d0a

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

Loading…
Cancel
Save