Skip to content

Commit

Permalink
Kotlin version 1.3.0-rc-57 & Kotlin/Native 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Sep 29, 2018
1 parent 1f12881 commit 1bb076a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions atomicfu-maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ task generatePomFile(dependsOn: [compileKotlin, ':atomicfu-transformer:publishTo
appendNode('properties').with {
appendNode('project.build.sourceEncoding', 'UTF-8')
}
appendNode('repositories').with {
appendNode('repository').with {
appendNode('id', 'kotlin-eap')
appendNode('url', 'https://kotlin.bintray.com/kotlin-eap')
}
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
maven { url 'https://dl.bintray.com/jetbrains/kotlin-native-dependencies' }
}

Expand All @@ -18,7 +18,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
maven { url 'https://kotlin.bintray.com/kotlin-eap' }
}

def deployVersion = properties['DeployVersion']
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version = 0.11.9-SNAPSHOT
version = 0.11.9-eap13-SNAPSHOT
group = org.jetbrains.kotlinx

kotlin_version = 1.2.71
kotlin_native_version = 1.3.0-rc-116
kotlin_version = 1.3.0-rc-57
kotlin_native_version = 0.9.2
asm_version = 5.2
slf4j_version = 1.8.0-alpha2
junit_version = 4.12
Expand Down

0 comments on commit 1bb076a

Please sign in to comment.