Skip to main content

Install

Add the minimal modules for typed declarations, runtime loading, and JSON boundary support.

Prerequisites: You have completed Quickstart.

Installation targets the facade module that bundles the default runtime stack (runtime + transitive core and serialization).

// build.gradle.kts

dependencies {
implementation("io.github.amichne:konditional:VERSION")
}

Run a compile task:

./gradlew compileKotlin

Expected Outcome

After this step, your project resolves Konditional dependencies and compiles successfully.

Next Steps

Claim Coverage

Claim IDStatement
CLM-PR01-07AInstallation targets the default facade module that resolves runtime, core, and serialization transitively.