Specify kotlin-reflect version explicitly
This commit is contained in:
parent
bee5cc300b
commit
9ccf0082d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue