diff --git a/build.gradle b/build.gradle index e802034f0..51d476ed6 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/settings.gradle b/settings.gradle index e35188620..df4ccc99e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,6 @@ pluginManagement { repositories { mavenCentral() - maven { url = 'http://dl.bintray.com/kotlin/kotlin-eap' } maven { url = 'https://plugins.gradle.org/m2/' } } }