diff --git a/pom.xml b/pom.xml
index 2f76652d..93cab08c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,7 @@
${project.artifactId}
3.5.8-SNAPSHOT
4.3.2-SNAPSHOT
+ 1.9.25
${project.build.directory}/build-docs
${project.build.directory}/build-docs-classes
${project.build.directory}/refdocs/
@@ -297,6 +298,31 @@
+
+ org.jetbrains.kotlin
+ kotlin-maven-plugin
+ ${kotlin.version}
+
+
+ compile
+
+ compile
+
+
+
+ 1.7
+ 1.7
+ 17
+ true
+ -Xjsr305=strict -opt-in=kotlin.RequiresOptIn
+
+ ${project.basedir}/src/main/kotlin
+ ${project.basedir}/src/main/java
+
+
+
+
+
org.codehaus.mojo
flatten-maven-plugin