Skip to content

Commit 5b03fed

Browse files
XinyueZtiembo
authored andcommitted
Update Kotlin 1.3-M2 (android#186)
1 parent 72a4936 commit 5b03fed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
gradleVersion = '3.2.0-rc03'
3030
gsonVersion = '2.8.2'
3131
junitVersion = '4.12'
32-
kotlinVersion = '1.2.70'
32+
kotlinVersion = '1.3-M2'
3333
ktlintVersion = '0.28.0'
3434
ktxVersion = '0.3'
3535
lifecycleVersion = '1.1.1'
@@ -44,6 +44,7 @@ buildscript {
4444
repositories {
4545
google()
4646
jcenter()
47+
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap' }
4748
}
4849

4950
dependencies {
@@ -61,6 +62,7 @@ allprojects {
6162
repositories {
6263
google()
6364
jcenter()
65+
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap' }
6466
}
6567
}
6668

0 commit comments

Comments
 (0)