We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a4936 commit 5b03fedCopy full SHA for 5b03fed
build.gradle
@@ -29,7 +29,7 @@ buildscript {
29
gradleVersion = '3.2.0-rc03'
30
gsonVersion = '2.8.2'
31
junitVersion = '4.12'
32
- kotlinVersion = '1.2.70'
+ kotlinVersion = '1.3-M2'
33
ktlintVersion = '0.28.0'
34
ktxVersion = '0.3'
35
lifecycleVersion = '1.1.1'
@@ -44,6 +44,7 @@ buildscript {
44
repositories {
45
google()
46
jcenter()
47
+ maven { url 'http://dl.bintray.com/kotlin/kotlin-eap' }
48
}
49
50
dependencies {
@@ -61,6 +62,7 @@ allprojects {
61
62
63
64
65
66
67
68
0 commit comments