1.3 stable!

This commit is contained in:
Alexander Nozik 2018-10-29 18:58:35 +03:00
parent 881ee9f688
commit 98622e64c4
2 changed files with 1 additions and 5 deletions

View File

@ -1,11 +1,8 @@
buildscript {
ext.kotlin_version = '1.3.0-rc-190'
ext.kotlin_version = '1.3.0'
repositories {
jcenter()
maven {
url = "http://dl.bintray.com/kotlin/kotlin-eap"
}
}
dependencies {

View File

@ -1,7 +1,6 @@
pluginManagement {
repositories {
mavenCentral()
maven { url = 'http://dl.bintray.com/kotlin/kotlin-eap' }
maven { url = 'https://plugins.gradle.org/m2/' }
}
}