Skip to content

Restructure project to follow standard Maven Standard Directory Layout  #48

@aSemy

Description

@aSemy

Currently Knit does not follow the Standard Directory Layout

sourceSets {
main.kotlin.dir = "src"
test.kotlin.dir = "test"
main.resources.dir = "resources"
}

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions