We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646bd7f commit db82655Copy full SHA for db82655
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'io.freefair.aspectj' version '8.4' apply false
3
// kotlinVersion is managed in gradle.properties
4
id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false
5
- id 'org.jetbrains.dokka' version '1.8.20'
+ id 'org.jetbrains.dokka' version '1.9.20'
6
id 'org.unbroken-dome.xjc' version '2.0.0' apply false
7
id 'com.github.ben-manes.versions' version '0.51.0'
8
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
0 commit comments