You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this reduces the number of directories that the project has, I find it makes it much more difficult to navigate as the new files don't follow the conventions that most projects use, and it's unclear what files are within which subproject.
The text was updated successfully, but these errors were encountered:
Oh okay, that's a bit weird and confusing. IntelliJ automatically collapses them so it's not a big difference. But okay.
Anyway, implementing buildSrc convention plugins means there's no need for nested subprojects, which would probably help just as much, and make it clear about what files belong to which project.
I'll see if I can update the PR #51 to something like this?
Currently Knit does not follow the Standard Directory Layout
kotlinx-knit/build.gradle.kts
Lines 49 to 53 in c4e77da
While this reduces the number of directories that the project has, I find it makes it much more difficult to navigate as the new files don't follow the conventions that most projects use, and it's unclear what files are within which subproject.
The text was updated successfully, but these errors were encountered: