We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583bfae commit d9eaaf3Copy full SHA for d9eaaf3
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
5
id 'maven-publish'
6
id 'com.github.johnrengelman.shadow' version '7.1.2'
7
- id 'org.jetbrains.dokka' version '1.7.20'
+ id 'org.jetbrains.dokka' version '1.9.0'
8
}
9
10
def projectVersion = (System.getenv("VERSION") ?: '0.1.0-SNAPSHOT').replaceFirst("v", "").replace('/', '')
0 commit comments