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
@@ -49,6 +49,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>