Configure Kotlin for Android: add kotlin plugin to project build.gradle file.

Do not add mavenCentral dependency if jcenter is present
This commit is contained in:
Natalia Ukhorskaya
2016-03-03 13:24:31 +03:00
parent e611154580
commit 6b48eae03e
13 changed files with 296 additions and 168 deletions
+1
View File
@@ -33,5 +33,6 @@
<orderEntry type="module" module-name="container" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
<orderEntry type="module" module-name="build-common" scope="TEST" />
<orderEntry type="module" module-name="kotlin-android-plugin" scope="TEST" />
</component>
</module>