mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-11-22 04:13:16 +01:00
9 lines
139 B
Kotlin
9 lines
139 B
Kotlin
val ideaVersion: String by project
|
|
|
|
dependencies {
|
|
intellijPlatform {
|
|
@Suppress("DEPRECATION")
|
|
intellijIdeaUltimate(ideaVersion)
|
|
}
|
|
}
|