/kotlin-jvm-template

An opinionated template for Kotlin JVM applications

Primary LanguageKotlinCreative Commons Zero v1.0 UniversalCC0-1.0

Kotlin JVM Template

Build License Maven Release GitHub Release

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 organization
  • com.example -> the project's Maven group
  • mylib -> the project's name Also, replace the license at the bottom of this file and in the LICENSE file.

Quick Start

To build the project:

./gradlew build

License

License: CC0-1.0 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.