Commit 74e3e5c 1 parent e58581d commit 74e3e5c Copy full SHA for 74e3e5c
File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ allprojects {
49
49
repositories {
50
50
...
51
51
maven { url 'https://jitpack.io' }
52
+ maven { url 'https://kotlin.bintray.com/kotlinx' }
53
+ maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
52
54
}
53
55
}
54
56
```
Original file line number Diff line number Diff line change @@ -24,16 +24,14 @@ buildscript {
24
24
javaVersion = ' 1.7'
25
25
katzVersion = ' 0.1-SNAPSHOT'
26
26
kotlinTestVersion = ' 2.0.0'
27
- kotlinVersion = ' 1.1.3-dev-1334 '
27
+ kotlinVersion = ' 1.1.3-dev-1450 '
28
28
kotlinxCollectionsImmutableVersion = ' 0.1'
29
29
kotlinxCoroutinesVersion = ' 0.14.1'
30
30
}
31
31
32
32
repositories {
33
33
jcenter()
34
- maven {
35
- url " http://dl.bintray.com/kotlin/kotlin-dev"
36
- }
34
+ maven { url " http://dl.bintray.com/kotlin/kotlin-dev" }
37
35
}
38
36
39
37
dependencies {
@@ -46,9 +44,7 @@ allprojects {
46
44
repositories {
47
45
jcenter()
48
46
maven { url ' https://kotlin.bintray.com/kotlinx' }
49
- maven {
50
- url " http://dl.bintray.com/kotlin/kotlin-dev"
51
- }
47
+ maven { url " http://dl.bintray.com/kotlin/kotlin-dev" }
52
48
}
53
49
54
50
apply plugin : ' kotlin'
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ org.gradle.jvmargs=-Xmx2048m
34
34
35
35
# Kotlin configuration
36
36
kotlin.coroutines =enable
37
- kotlin.incremental =false
37
+ kotlin.incremental =true
You can’t perform that action at this time.
0 commit comments