Update Dokka to 1.8.0-dev-195

- Build dokka plugins with Kotlin 1.8 (required to compile with Dokka 1.8)
This commit is contained in:
Ilya Gorbunov
2023-01-26 22:25:33 +01:00
committed by Space Team
parent e8139043b2
commit ef02b47348
5 changed files with 11 additions and 6 deletions
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
id 'org.jetbrains.kotlin.jvm' version '1.8.0'
}
description "Dokka Plugin to transform the samples from stdlib"