Both http://start.ktor.io/ and IntelliJ plugin generators do not adhere to the typical Gradle project structure e.g
ktor-app/src/(main, test)/(kotlin, resources)
Rather I see a somewhat unfamiliar layout where the resources directory is located at the root of the project and there is also no main and test directories inside the src folder.
Why this design choice? Could you please include a checkbox for those who need (prefer) the typical default directory structure?
Both http://start.ktor.io/ and IntelliJ plugin generators do not adhere to the typical Gradle project structure e.g
ktor-app/src/(main, test)/(kotlin, resources)
Rather I see a somewhat unfamiliar layout where the resources directory is located at the root of the project and there is also no main and test directories inside the src folder.
Why this design choice? Could you please include a checkbox for those who need (prefer) the typical default directory structure?