Skip to content

Versions

All library modules share a single version and are published under the com.synapselib group:

ArtifactCurrent versionPurpose
core1.0.10Reactive operators for Kotlin Flow
arch1.0.10Architecture framework — SwitchBoard, Nodes, Providers, Interceptors
arch-hilt1.0.10Hilt integration for multi-module provider aggregation
arch-test1.0.10Testing utilities — SynapseTestRule, capture helpers
dependencies {
implementation("com.synapselib:arch:1.0.10")
// Multi-module Hilt projects
implementation("com.synapselib:arch-hilt:1.0.10")
// Testing
testImplementation("com.synapselib:arch-test:1.0.10")
}
ArtifactCurrent versionCompatibility
Synapse Navigator (plugin)1.0.2IntelliJ IDEA 2024.2 – 2025.3 (builds 242–253)

Download from the synapse-plugin releases page. See Navigator — Installation for setup instructions.

RequirementMinimum version
Kotlin2.2.21
KSPRequired
kotlinx-coroutines1.10.2
Jetpack Compose runtime1.10.1
AndroidX Lifecycle2.8.7
Dagger / Hilt2.51.1
JVM toolchain17

Synapse is licensed under the Mozilla Public License 2.0.