Recently I saw more and more Maven/Gradle Kotlin p...
# announcements
a
Recently I saw more and more Maven/Gradle Kotlin projects that have a non-standard Gradle/Maven structure like
<PROJECT_ROOT>/src/my/package
instead of the classically conventional
<PROJECT_ROOT>/src/main/kotlin/my/package
. Basically the
main/kotlin
infix disappeared. Also the resources are on the same level as the
src
folder. Is this the new project structure that Kotlin wants to adopt and become mainstream? Or are those just some odd cases?