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`: 8abd72d7c0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlinVersion = '1.8.20'
|
||||
ext.kotlinVersion = '1.8.10'
|
||||
ext.isCI = System.getenv('GITHUB_ACTION') || System.getenv('bamboo_buildKey')
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
|
||||
Reference in New Issue
Block a user