Siro256 / addon-kotlin-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

addon-kotlin-template

This is a template repository of RealTrainMod addon pack using Kotlin.

License

This template is licensed by MIT License.
Please use according to the license

How to use

  1. Clone repository with "Use this template" button.
  2. Change fields listed under:
    • "group" at build.gradle.kts:24
    • "version" at build.gradle.kts:25
    • "rootProject.name" at settings.gradle.kts:2
  3. Place resources under src/main/resources/.
  4. Write your code.

How to build

Run gradle build and make artifact build/libs/ProjectName-Version.zip

About

License:MIT License


Languages

Language:Kotlin 100.0%