Groundwork for using IC without Gradle

This commit is contained in:
Alexey Tsvetkov
2016-10-13 16:22:06 +03:00
parent 7c1ebba57a
commit 7c16d086aa
13 changed files with 354 additions and 45 deletions
@@ -55,6 +55,12 @@
<artifactId>kotlin-annotation-processing</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-build-common-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>