1<?xml version="1.0" encoding="UTF-8"?> 2<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>org.jetbrains.dokka</groupId> 5 <artifactId>dokka-gradle-plugin</artifactId> 6 <version>0.9.17-g20190326</version> 7 <dependencies> 8 <dependency> 9 <groupId>org.jetbrains.kotlin</groupId> 10 <artifactId>kotlin-stdlib</artifactId> 11 <version>1.1.60</version> 12 <scope>runtime</scope> 13 </dependency> 14 <dependency> 15 <groupId>org.jetbrains.kotlin</groupId> 16 <artifactId>kotlin-reflect</artifactId> 17 <version>1.1.60</version> 18 <scope>runtime</scope> 19 </dependency> 20 </dependencies> 21</project> 22