Skip to content

Commit 2dd9c3c

Browse files
committed
⬆️ kt 1.2.0-b31
1 parent 2f996d4 commit 2dd9c3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
apply plugin: 'maven'
22
apply plugin: 'kotlin'
33

4+
apply plugin: 'com.github.johnrengelman.shadow'
5+
46
buildscript {
57

6-
ext.kotlinVersion = '1.2-M2'
8+
ext.kotlinVersion = '1.2.0-beta-31'
79

810
repositories {
11+
jcenter() // shadow
912
mavenCentral()
1013
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
1114
}
1215
dependencies {
1316
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
17+
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.1'
1418
}
1519
}
1620

0 commit comments

Comments
 (0)