src/
├── main/
│ ├── kotlin/
│ │ ├── com/example/app/
│ │ │ ├── Application.kt
│ │ │ ├── routes/
│ │ │ ├── service/
│ │ │ └── repository/
│ └── resources/
│ └── application.conf
└── test/
├── kotlin/
└── resources/