File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,23 @@ pluginManagement {
5
5
id ' com.diffplug.configuration-cache-for-platform-specific-build' version ' 3.40.0'
6
6
id ' com.diffplug.spotless' version ' 6.12.0'
7
7
id ' com.diffplug.spotless-changelog' version ' 2.4.1'
8
+ id ' org.jetbrains.dokka' version ' 1.7.20'
8
9
id ' org.jetbrains.kotlin.jvm' version ' 1.8.0'
9
10
id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.8.0'
10
11
id ' com.gradle.plugin-publish' version ' 1.1.0'
11
12
id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
12
- id ' org.jdrupes.mdoclet' version ' 1.0.10'
13
13
}
14
14
}
15
15
plugins {
16
16
id ' com.diffplug.blowdryerSetup'
17
17
id ' com.diffplug.configuration-cache-for-platform-specific-build' apply false
18
18
id ' com.diffplug.spotless' apply false
19
19
id ' com.diffplug.spotless-changelog' apply false
20
+ id ' org.jetbrains.dokka' apply false
20
21
id ' org.jetbrains.kotlin.jvm' apply false
21
22
id ' org.jetbrains.kotlin.plugin.serialization' apply false
22
23
id ' com.gradle.plugin-publish' apply false
23
24
id ' io.github.gradle-nexus.publish-plugin' apply false
24
- id ' org.jdrupes.mdoclet' apply false
25
25
}
26
26
27
27
blowdryerSetup {
You can’t perform that action at this time.
0 commit comments