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

shosetsuorg/kotlin-lib

Repository files navigation

Info

This repository contains the standard library for Shosetsu.

Contained are the classes that define each facet of Shosetsu's internal data and repositories.

Changes to this repository are eventually integrated into a Shosetsu release.

Building

To build kotlin-lib, execute the following command in the project directory.

Windows

./gradle.bat build

Linux

./gradlew build

Intelij

  1. Open gradle tab on the right
  2. Tasks > build > build