From fc9343f06c5184d51df9ad1006d26c60c3230c2a Mon Sep 17 00:00:00 2001 From: Leonid Startsev Date: Mon, 26 Apr 2021 15:18:02 +0300 Subject: Update Kotlin and add changelog for 1.2.0 (#1436) Make guide and reference easier to find Add MOAR badges Co-authored-by: Vsevolod Tolstopyatov --- integration-test/settings.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'integration-test/settings.gradle') diff --git a/integration-test/settings.gradle b/integration-test/settings.gradle index 91f22958..9063812d 100644 --- a/integration-test/settings.gradle +++ b/integration-test/settings.gradle @@ -16,6 +16,7 @@ pluginManagement { repositories { mavenCentral() maven { url 'https://plugins.gradle.org/m2/' } + maven { url "https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" } } } -- cgit v1.2.3