Skip to content

Commit e9a6ebb

Browse files
committed
changed kotlin version to 1.1.51 in generated gradle files to work around IDE issues with current 1.1.60
1 parent fa3b321 commit e9a6ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/kscript/app/AppHelpers.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ sourceSets {
236236
}
237237
238238
buildscript {
239-
ext.kotlin_version = '1.1.60'
239+
ext.kotlin_version = '1.1.51'
240240
241241
repositories {
242242
jcenter()

0 commit comments

Comments
 (0)