Kotlin Gradle subplugin support

This commit is contained in:
Yan Zhulanow
2014-11-14 16:19:13 +03:00
parent 781c565ec9
commit fbed5426e2
12 changed files with 329 additions and 48 deletions
@@ -25,6 +25,12 @@
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency> <!-- required in runtime -->
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>