Replace org.jetbrains:annotations library with an com.example:exampleLibrary placeholder

This commit is contained in:
Jakub Chrzanowski
2024-05-30 10:04:33 +02:00
parent 8abc7ff746
commit 04e1e51d36
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[versions]
# libraries
annotations = "24.1.0"
exampleLibrary = "24.1.0"
# plugins
kotlin = "2.0.0"
@@ -10,7 +10,7 @@ qodana = "2024.1.5"
kover = "0.8.0"
[libraries]
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
exampleLibrary = { group = "com.example", name = "exampleLibrary", version.ref = "exampleLibrary" }
[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }