Skip to content

Latest commit

 

History

History

runtime

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.