diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-25 17:21:19 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2017-08-10 11:10:29 +0200 |
commit | 82011f7f8b935d5ddcb98e00df37b5a676871a7f (patch) | |
tree | 9c46d84304d351eb9fe71f93176acf3a43849930 /build.gradle | |
parent | bf70407aecb07ad845cb5036db1b3b1208d42f77 (diff) |
adding kotlin
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 5267100b..740e4729 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,14 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { + ext.kotlin_version = '1.1.3-2' repositories { jcenter() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:2.3.3' + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |