Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 893 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 893 Bytes

Spine Chords Codegen Runtime

A library that introduces an extended Protobuf messages API, which is made available thanks to Chords code generation facilities.

Using Spine Chords Codegen Runtime in a Gradle project

Add a dependency to the library as follows:

dependencies {
    implementation("io.spine.chords:spine-chords-codegen-runtime:$chordsVersion")
}

Overview of library's facilities

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.