Bring back Kotlin version 1.8.10

There is no Dokka plugin `1.8.20` yet
This commit is contained in:
abilan
2023-04-19 09:46:03 -04:00
parent fe1a3ee096
commit dd53de8bfc

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