Refactoring kotlin-maven-plugin:

* cleanup KotlinCompileMojoBase moved JVM specific things to KotlinCompileMojo;
* add support noInline in JS.
This commit is contained in:
Zalim Bashorov
2014-08-18 19:53:36 +04:00
parent d986b0e565
commit 23fa0ba6ab
10 changed files with 395 additions and 339 deletions
@@ -23,6 +23,11 @@
<artifactId>kotlin-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-js-library</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<profiles>