Не подтверждена Коммит 1ac56c6a создал по автору Sergey Mashkov's avatar Sergey Mashkov
Просмотр файлов

Upgrade Kotlin to 1.3.0

владелец 0e81c4a6
......@@ -9,7 +9,7 @@ buildscript {
maven { url 'https://plugins.gradle.org/m2/' }
maven { url kotlin_repository }
maven { url 'https://dl.bintray.com/jetbrains/kotlin-native-dependencies' }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
}
dependencies {
......@@ -49,6 +49,7 @@ allprojects {
mavenLocal()
maven { url 'https://dl.bintray.com/kotlin/kotlinx/' }
maven { url kotlin_repository }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
jcenter()
}
......
......@@ -6,14 +6,14 @@ version=0.9.4-SNAPSHOT
kotlin.incremental.multiplatform=true
# kotlin
kotlin_version=1.3.0-rc-146
kotlin_native_version=1.3.0-rc-146
kotlin_version=1.3.0
kotlin_native_version=1.3.0-rc-208
# kotlin libraries
kotlinx_io_version=0.1.0-alpha-25-rc13
serialization_version=0.8.2-rc13
coroutines_version=1.0.0-RC1
atomic_fu_version=0.11.11
atomic_fu_version=0.11.12
# server
netty_version=4.1.24.Final
......
buildscript {
repositories {
maven { url "https://kotlin.bintray.com/kotlin-eap" }
maven { url "https://kotlin.bintray.com/kotlin-dev" }
}
dependencies {
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать