Add block codecs
This commit is contained in:
parent
653f62447c
commit
4cc3d8f17f
10 changed files with 159 additions and 20 deletions
|
@ -20,7 +20,7 @@ val striktVersion = properties["version.strikt"].toString()
|
|||
|
||||
dependencies {
|
||||
// Kotlin
|
||||
implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.10")
|
||||
api("org.jetbrains.kotlin:kotlin-reflect:1.4.10")
|
||||
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}")
|
||||
|
||||
// JSON
|
||||
|
|
Reference in a new issue