Plenty o' updates: Kotlin 12, new JSword build

This commit is contained in:
Bradlee Speice
2015-06-13 19:22:21 -04:00
parent 90f50e37f4
commit e756ec8c28
97 changed files with 1939 additions and 439 deletions

View File

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '0.11.91'
ext.kotlin_version = '0.12.213'
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.2.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