[versions] kotlin = "1.9.21" coroutines = "1.7.3" compose = "1.5.11" dokka = "1.9.10" batik = "1.17" versionchecker = "0.50.0" mavenpublish = "0.25.3" [libraries] compose-desktop = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "compose" } kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } dokka-gradlePlugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka"} batik = { module = "org.apache.xmlgraphics:batik-all", version.ref = "batik" } versionchecker-gradlePlugin = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "versionchecker" } mavenpublish-gradlePlugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "mavenpublish" }