Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

stardust-enterprises/kotlin-template

Repository files navigation

kotlin-template Build Maven Central

template for all our Kotlin projects.

Post mortem: This project has been archived because it was too bloated to maintain properly.
For a successor, please check out our (very work-in-progress) Burst gradle plugin.

importing

you can import kotlin-template from maven central just by adding it to your dependencies:

Note: this isn't actually a library you can import

gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("fr.stardustenterprises:kotlin-template:{VERSION}")
}

maven

<dependency>
    <groupId>fr.stardustenterprises</groupId>
    <artifactId>kotlin-template</artifactId>
    <version>{VERSION}</version>
</dependency>

troubleshooting

if you ever encounter any problem related to this project, you can open an issue describing what the problem is. please, be as precise as you can, so that we can help you asap. we are most likely to close the issue if it is not related to our work.

contributing

you can contribute by forking the repository, making your changes and creating a new pull request describing what you changed, why and how.

licensing

this project is under the ISC license.

About

Boilerplate to help us setup projects quicker.

Resources

License

Stars

Watchers

Forks

Languages