Skip to content

sessionkotlin/sessionkotlin-template-gradle

Repository files navigation

sessionkotlin-template-gradle

Template of a gradle-based project using sessionkotlin

Important notice

GitHub requires authentication even for public packages.

To be able to import the library and plugin within Gradle, create a personal GitHub token with scope read:packages, and create a .env file at the same level as this README:

USERNAME=YOUR_USERNAME
TOKEN=YOUR_PERSONAL_TOKEN

Usage

./gradlew protocol:run
./gradlew app:run