1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2024-12-22 13:42:49 +01:00
IntelliJ-Rainbow-Brackets/rider/build.gradle.kts

8 lines
76 B
Plaintext

intellij {
type.set("RD")
}
dependencies {
implementation(rootProject)
}