diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle b/libraries/tools/kotlin-gradle-plugin/build.gradle index a652ae0582d..565590c8430 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle @@ -19,9 +19,7 @@ repositories { jcenter() mavenLocal() maven { url 'http://repository.jetbrains.com/utils/' } - - // todo: remove this once the AGP artifacts get published - maven { url (project.findProperty("googlePreviewRepositoryPath") ?: System.getProperty("googlePreviewRepositoryPath")) } + maven { url 'https://maven.google.com' } } configurations {