Service

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

Installing

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

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