Getting Started

Getting Started

You can find all Kaluga packages on Maven Central.

The current available version of Kaluga is: maven version badge

Gradle Setup

Add a Kaluga module to the shared module of your application.

dependencies {
	api("com.splendo.kaluga.base:core:$kaluga_version")
}