A library that introduces an extended Protobuf messages API, which is made available thanks to Chords code generation facilities.
Add a dependency to the library as follows:
dependencies {
implementation("io.spine.chords:spine-chords-codegen-runtime:$chordsVersion")
}
This library introduces such types as listed below, which can conceptually be thought of as more performance-effective analogs of respective Protobuf descriptors that also introduce a more convenient Kotlin API whenever appropriate.