Yjs Android is a real-time collaboration framework for Android. It is based on Yjs and quickjs-android
// project build
allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation "com.github.netless-io:yjs-android:0.1.0-alpha01"
}