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 5034028 commit ee99772Copy full SHA for ee99772
pom.xml
@@ -59,6 +59,13 @@
59
60
<dependencyManagement>
61
<dependencies>
62
+ <dependency>
63
+ <groupId>org.jetbrains.kotlin</groupId>
64
+ <artifactId>kotlin-bom</artifactId>
65
+ <version>${kotlin.version}</version>
66
+ <type>pom</type>
67
+ <scope>import</scope>
68
+ </dependency>
69
<dependency>
70
<groupId>org.jetbrains.kotlinx</groupId>
71
<artifactId>kotlinx-coroutines-core</artifactId>
@@ -291,7 +298,7 @@
291
298
<plugin>
292
299
<groupId>org.jetbrains.dokka</groupId>
293
300
<artifactId>dokka-maven-plugin</artifactId>
294
- <version>1.7.20</version>
301
+ <version>2.0.0</version>
295
302
</plugin>
296
303
297
304
<groupId>org.apache.maven.plugins</groupId>
0 commit comments