This is an opinionated template for Kotlin JVM applications, using the latest Gradle and Kotlin.
This repository contains a root project mylib-project
, a subproject mylib
, and Github workflows for building and publishing the project as a package on Github Packages and on Maven Central.
To make this application your own, find-and-replace the following terms:
Virtlink
-> your GitHub username or organizationcom.example
-> the project's Maven groupmylib
-> the project's name Also, replace the license at the bottom of this file and in theLICENSE
file.
To build the project:
./gradlew build
To the extent possible under law, Daniel A. A. Pelsmaeker has waived all copyright and related or neighboring rights to the Kotlin JVM Template repository. Feel free to use this as you see fit, no attribution required.