Archived
1
0
Fork 0

Specify kotlin-reflect version explicitly

This commit is contained in:
Moritz Ruth 2020-11-03 21:34:59 +01:00
parent bee5cc300b
commit 9ccf0082d1

View file

@ -20,7 +20,7 @@ val striktVersion = properties["version.strikt"].toString()
dependencies {
// Kotlin
implementation(kotlin("reflect"))
implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.10")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}")
// JSON