Skip to content

exerro/kotlin-template

Repository files navigation

kotlin-template

JitPack badge Build passing status

A template for kotlin projects.

Updating this template

  • Change kotlin-template in settings.gradle.kts
  • Change kotlin-template in build.gradle.kts
  • Change kotlin-template in this README.

Creating a release

  • Update version in build.gradle.kts
  • Run ./gradlew clean build test publishToMavenLocal
  • Update version in this README.
  • Run git tag <version>
  • Run git push --tags

Use the library

With Gradle (build.gradle.kts)

repositories {
    // ...
    maven { url = uri("https://jitpack.io") }
}

dependencies {
    implementation("me.exerro:kotlin-template:1.0.0")
}

Download from releases

For more, see JitPack

About

A template for small kotlin projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages