remove KDoc support in Kotlin Gradle plugin

This commit is contained in:
Dmitry Jemerov
2015-03-20 16:07:21 +01:00
parent 811f75f062
commit 649287b689
9 changed files with 0 additions and 173 deletions
@@ -37,12 +37,6 @@
<version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kdoc</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-core</artifactId>