gradle/libs.versions.toml (19 lines of code) (raw):
[versions]
# libraries
junit = "4.13.2"
# plugins
changelog = "2.5.0"
intelliJPlatform = "2.10.5"
grammarkit = "2023.3.0.1"
kotlin = "2.2.21"
kover = "0.9.3"
qodana = "2025.2.2"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" }
grammarkit = { id = "org.jetbrains.grammarkit", version.ref = "grammarkit" }