File tree Expand file tree Collapse file tree 6 files changed +7
-18
lines changed Expand file tree Collapse file tree 6 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ allprojects {
41
41
if (useKotlinSnapshot) {
42
42
kotlin_version = ' 1.2-SNAPSHOT'
43
43
}
44
+
45
+ repositories {
46
+ jcenter()
47
+ maven { url " https://kotlin.bintray.com/kotlin-dev" }
48
+ maven { url " https://kotlin.bintray.com/kotlinx" }
49
+ }
44
50
}
45
51
46
52
Original file line number Diff line number Diff line change 1
1
version = 0.23.3-SNAPSHOT
2
2
group = org.jetbrains.kotlinx
3
3
4
- kotlin_version = 1.2.50
4
+ kotlin_version = 1.2.51
5
5
kotlin_native_version = 0.7-dev-1436
6
6
junit_version = 4.12
7
7
atomicFU_version = 0.10.3
Original file line number Diff line number Diff line change @@ -10,8 +10,3 @@ dependencies {
10
10
testCompile " org.jetbrains.kotlin:kotlin-test-common:$kotlin_version "
11
11
testCompile " org.jetbrains.kotlin:kotlin-test-annotations-common:$kotlin_version "
12
12
}
13
-
14
- repositories {
15
- jcenter()
16
- maven { url " https://kotlin.bintray.com/kotlinx" }
17
- }
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ dependencies {
10
10
testCompile " org.jetbrains.kotlin:kotlin-test-js:$kotlin_version "
11
11
}
12
12
13
- repositories {
14
- jcenter()
15
- maven { url " https://kotlin.bintray.com/kotlinx" }
16
- }
17
-
18
13
tasks. withType(compileKotlin2Js. getClass()) {
19
14
kotlinOptions {
20
15
moduleKind = " umd"
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ dependencies {
18
18
}
19
19
20
20
repositories {
21
- jcenter()
22
- maven { url " https://kotlin.bintray.com/kotlinx" }
23
21
maven { url " https://dl.bintray.com/devexperts/Maven/" }
24
22
}
25
23
Original file line number Diff line number Diff line change 1
1
apply plugin : ' konan'
2
2
3
- repositories {
4
- jcenter()
5
- maven { url " https://kotlin.bintray.com/kotlinx" }
6
- }
7
-
8
3
def libraryName = project. name
9
4
def testProgramName = libraryName + " -test"
10
5
You can’t perform that action at this time.
0 commit comments