Initialize Kotlin project #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the project only contains legalese and formalities and no real code. It's time to rectify that. The next step is the creation of the actual kotlin project (at least a dummy main) and all needed folders / files for project management.
Normally, Java IDEs have a certain layout to do with the usage of technologies like gradle and maven but a project as simple as this one shouldn't need either. Even so, I'll probably stick with the directory structure to the java source anyway.
Unless there's urgent need otherwise, there won't be any Gradle though.