diff --git a/kotlin_demo/settings.gradle.kts b/kotlin_demo/settings.gradle.kts index 82b6b2103..c7b5d303d 100644 --- a/kotlin_demo/settings.gradle.kts +++ b/kotlin_demo/settings.gradle.kts @@ -1,3 +1,9 @@ -// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. +// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. +pluginManagement { + repositories { + mavenCentral() + gradlePluginPortal() + } +} rootProject.name = "kotlin_demo"