Runtime APIs¶
Nucleus provides three runtime libraries for use in your application code. All are published on Maven Central.
Libraries¶
| Library | Artifact | Description |
|---|---|---|
| Core Runtime | io.github.kdroidfilter:nucleus-core-runtime |
Executable type detection, single instance, deep links |
| AOT Runtime | io.github.kdroidfilter:nucleus-aot-runtime |
AOT cache detection (includes core-runtime via api) |
| Updater Runtime | io.github.kdroidfilter:nucleus-updater-runtime |
Auto-update library (includes core-runtime) |