Skip to content

Commit 1e505f0

Browse files
committed
Actually test against multiple Kotlin versions
1 parent 4bcf696 commit 1e505f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.0.7'
3-
ext.kotlin_version = '1.3.0'
2+
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.3.0'
43

54
repositories {
65
mavenCentral()

0 commit comments

Comments
 (0)