1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2024-10-17 11:42:46 +02:00
IntelliJ-Rainbow-Brackets/rider/build.gradle.kts

12 lines
124 B
Plaintext

plugins {
id("org.jetbrains.intellij")
}
intellij {
type.set("RD")
}
dependencies {
implementation(project(":idea"))
}