add kotlinOptions to tasks with type kotlinCompile. Allows to set kotlin compiler options directly

This commit is contained in:
Nikita Skvortsov
2013-03-27 13:28:27 +04:00
parent 771bce99fa
commit 8bfa371811
5 changed files with 52 additions and 17 deletions
@@ -26,6 +26,11 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>