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 4bcf696 commit 1e505f0Copy full SHA for 1e505f0
tests/build.gradle
@@ -1,6 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.0.7'
3
- ext.kotlin_version = '1.3.0'
+ ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.3.0'
4
5
repositories {
6
mavenCentral()
0 commit comments