mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2024-11-24 20:42:46 +01:00
12 lines
124 B
Plaintext
12 lines
124 B
Plaintext
plugins {
|
|
id("org.jetbrains.intellij")
|
|
}
|
|
|
|
intellij {
|
|
type.set("RD")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":idea"))
|
|
}
|