We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aab37d commit 30c36f8Copy full SHA for 30c36f8
mockito-kotlin/build.gradle
@@ -3,7 +3,7 @@ apply from: '../gradle/publishing.gradle'
3
apply plugin: 'org.jetbrains.dokka'
4
5
buildscript {
6
- ext.kotlin_version = "1.3.50"
+ ext.kotlin_version = "1.4.20"
7
8
repositories {
9
mavenCentral()
tests/build.gradle
@@ -1,5 +1,5 @@
1
2
- ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.3.50'
+ ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.4.20'
println "$project uses Kotlin $kotlin_version"
0 commit comments