aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2017-07-25 17:21:19 +0100
committerMohamed Zenadi <zeapo@users.noreply.github.com>2017-08-10 11:10:29 +0200
commit82011f7f8b935d5ddcb98e00df37b5a676871a7f (patch)
tree9c46d84304d351eb9fe71f93176acf3a43849930 /app/build.gradle
parentbf70407aecb07ad845cb5036db1b3b1208d42f77 (diff)
adding kotlin
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index be0483c5..fa23ee23 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,4 +1,6 @@
apply plugin: 'com.android.application'
+apply plugin: 'kotlin-android'
+apply plugin: 'kotlin-android-extensions'
apply plugin: 'eclipse'
android {
@@ -65,4 +67,8 @@ dependencies {
compile 'com.jcraft:jsch:0.1.53'
compile 'org.apache.commons:commons-io:1.3.2'
compile 'com.jayway.android.robotium:robotium-solo:5.3.1'
+ compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
+}
+repositories {
+ mavenCentral()
}