Welcome to Lerasium, a highly opinionated service generator for Kotlin
Lerasium publishes all releases to Maven Central. As such, using the release versions of Lerasium
is as simple as
declaring the dependencies block of your build.gradle.kts
repositories {
mavenCentral()
}
dependencies {
ksp("io.bkbn:lerasium-api-processor:latest.release")
implementation("io.bkbn:lerasium-api:latest.release")
}
In addition to publishing releases to Maven Central, a snapshot version gets published to GitHub Packages on every merge
to main
. These can be consumed by adding the repository to your gradle build file. Instructions can be
found here
TODO
TODO
In addition to the documentation available here, Lerasium has a working example available in the playground module.
Go ahead and fork the repo and run it directly to get a sense of what Lerasium can do!