mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
code-samples: add suggested Gradle plugin setup for kotlin_demo
This commit is contained in:
parent
e690e9bc95
commit
1df1246573
@ -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"
|
rootProject.name = "kotlin_demo"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user