Setup
Add Dari to your Android project
Installation
Add the dependencies to your app module's build.gradle.kts:
The dari-noop module provides empty implementations of all public APIs so your code compiles in release with zero runtime overhead.
Initialize
Call Dari.initialize() in your Application class:
You can pass a DariConfig to customize behavior:
Connect Your Bridge
Instantiate a DefaultDariInterceptor and call its methods at each bridge point: