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:
abilan
2023-07-18 12:39:03 -04:00
parent 1b18e49132
commit 14fcc69d0c

View File

@@ -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()