Skip to content

Commit 14fcc69

Browse files
committed
Downgrade to Kotlin 1.8.10
Looks like the JSR223 in `1.8.20` is broken and requires major refactoring like we have now in `6.2.0`: 8abd72d
1 parent 1b18e49 commit 14fcc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.8.20'
2+
ext.kotlinVersion = '1.8.10'
33
ext.isCI = System.getenv('GITHUB_ACTION') || System.getenv('bamboo_buildKey')
44
repositories {
55
gradlePluginPortal()

0 commit comments

Comments
 (0)