2023-04-04 15:17:47 +00:00
|
|
|
[versions]
|
|
|
|
# libraries
|
2024-05-30 08:04:33 +00:00
|
|
|
exampleLibrary = "24.1.0"
|
2023-04-04 15:17:47 +00:00
|
|
|
|
|
|
|
# plugins
|
2023-08-28 10:30:54 +00:00
|
|
|
changelog = "2.2.0"
|
2024-04-15 07:47:21 +00:00
|
|
|
intelliJPlatform = "2.0.0-beta1"
|
|
|
|
kotlin = "2.0.0"
|
2024-05-30 07:15:57 +00:00
|
|
|
kover = "0.8.0"
|
2024-04-15 07:40:00 +00:00
|
|
|
qodana = "2024.1.5"
|
2023-04-04 15:17:47 +00:00
|
|
|
|
|
|
|
[libraries]
|
2024-05-30 08:04:33 +00:00
|
|
|
exampleLibrary = { group = "com.example", name = "exampleLibrary", version.ref = "exampleLibrary" }
|
2023-04-04 15:17:47 +00:00
|
|
|
|
|
|
|
[plugins]
|
|
|
|
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
|
2024-02-20 22:02:36 +00:00
|
|
|
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
|
2023-04-04 15:17:47 +00:00
|
|
|
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" }
|