Zac Sweers
10/06/2025, 5:42 PMsrc/main/kotlin) for sources or just preference?jw
10/06/2025, 6:06 PMhfhbd
10/06/2025, 6:22 PMhfhbd
10/06/2025, 6:24 PMjw
10/06/2025, 6:27 PMhfhbd
10/06/2025, 6:28 PMdmitriy.novozhilov
10/07/2025, 1:11 AMefemoney
10/07/2025, 1:17 AMsrc/main/kotlin/... is atrocious.jw
10/07/2025, 1:21 AMjw
10/07/2025, 1:23 AMefemoney
10/07/2025, 1:25 AMsrc | resources in personal or small projects.dmitriy.novozhilov
10/07/2025, 1:28 AMjw
10/07/2025, 1:28 AMdmitriy.novozhilov
10/07/2025, 1:29 AMdmitriy.novozhilov
10/07/2025, 1:34 AMgildor
10/07/2025, 9:02 AMthe package structure with the common root package omittedI tried it a couple of times to use in a smaller projects, and it never worked for me well. IDEA works poorly with it; it always tries to add packages and create directories where it shouldn't. And the worst of all, with refactoring often removes package Maybe there is some IDE setting to make it work better, but I really had hard time with this recommendation and never used it after this And just in case, It was in multi-module project, maybe this why it fails, maybe it's fine if project is only one module
gildor
10/07/2025, 9:07 AMBut the real reason is that I hate the default maven style layout and remove it from any project I createI agree with Jake. It would be fine, if Kotlin plugin somehow support it, but having custom source set config in Gradle just for this is not relly great IMO,
CLOVIS
10/07/2025, 1:09 PMCLOVIS
10/07/2025, 1:10 PMsrc/<lang> and test/<lang> instead of the three-levels deep hierarchy.Zac Sweers
10/07/2025, 2:04 PMjw
10/07/2025, 2:05 PMjw
10/07/2025, 2:07 PMZac Sweers
10/07/2025, 2:09 PM