diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index a2a0d2fa86..8084fcddab 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/build.gradle b/build.gradle index 1eb488932d..d7a691a3b6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,11 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.0-rc-146' + ext.kotlin_version = '1.3.0' ext.koin_version = '1.0.1' repositories { google() jcenter() - maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' } } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' @@ -21,7 +20,6 @@ allprojects { repositories { google() jcenter() - maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' } maven { url 'https://jitpack.io' } } }