Set kotlin version for tests

otherwise Idea was freaking out at some point
This commit is contained in:
ligi 2021-10-10 17:38:34 +02:00
parent b42840d671
commit 67af6867fd
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -37,7 +37,7 @@ dependencies {
implementation 'com.squareup.moshi:moshi-kotlin:1.12.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
testImplementation "org.jetbrains.kotlin:kotlin-test"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit"
testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN_VERSION}"
}