Archived
1
0
Fork 0

Add block codecs

This commit is contained in:
Moritz Ruth 2020-11-15 21:56:17 +01:00
parent 653f62447c
commit 4cc3d8f17f
10 changed files with 159 additions and 20 deletions

View file

@ -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