Service

Basic utilities module for adding new services to Kaluga. Services are platform features that can be enabled/disabled by the user or OS.

Installing

The library is available on Maven Central. You can import Kaluga Storage Permissions as follows:

 repositories {
     // ...
     mavenCentral()
 }
 // ...
 dependencies {
     // ...
     implementation("com.splendo.kaluga:service:$kalugaVersion")
 }

## Usage

Check out the full documentation