Kotlin implementation of Delta format - simple, yet expressive format that can be used to describe contents and changes. Deltas can describe any rich text document, includes all text and formatting information, without the ambiguity and complexity of HTML.
Original javascript implementation
dependencies {
implementation 'com.quill.android:delta:1.0.2'
}