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
- Define First Flag - Declare your first typed feature.
Claim Coverage
| Claim ID | Statement |
|---|---|
| CLM-PR01-07A | Installation targets the default facade module that resolves runtime, core, and serialization transitively. |