Skip to content

Commit dd53de8

Browse files
committed
Bring back Kotlin version 1.8.10
There is no Dokka plugin `1.8.20` yet
1 parent fe1a3ee commit dd53de8

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)