Post

Krill SDK for Kotlin Multiplatform

Develop Home Automation on any Platform with the Krill Kotlin Multiplatform SDK for Java and Kotlin.

krill sdk

Krill Kotlin Multiplatform SDK

We’re in the process of moving as much of the Krill codebase as possible to a new Kotlin Multiplatform SDK. This will allow us to share code across all platforms (Raspberry Pi, Windows, Linux, macOS, Android, iOS) and provide a more consistent API for developers.

You can add the Krill SDK to your Java 21+ project using Gradle:

1
2
3
4
5
6
7
8
9
repositories {
    mavenCentral()
}

krill-sdk = { module = "com.krillforge:krill-sdk", version.ref = "krill-sdk" }

dependencies {
    implementation(krill-sdk)
}

Last verified: 2026-04-03

This post is licensed under CC BY 4.0 by Sautner Studio, LLC.