disconnect wrapper from core, delegate API calls using Gradle dynamic objects

This commit is contained in:
Nikita Skvortsov
2014-12-25 20:01:38 +03:00
committed by Natalia Ukhorskaya
parent 4e99a61aea
commit f8c65e8a62
5 changed files with 82 additions and 55 deletions
+2 -6
View File
@@ -25,11 +25,13 @@
<artifactId>kotlin-stdlib</artifactId>
<version>${project.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-js-library</artifactId>
<version>${project.version}</version>
</dependency>
-->
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>
@@ -42,12 +44,6 @@
<version>1.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-test</artifactId>