2022-04-08 18:23:13 +00:00
|
|
|
[versions]
|
2023-03-03 07:27:06 +00:00
|
|
|
kotlin = "1.7.21"
|
2022-04-08 18:23:13 +00:00
|
|
|
plugin-gver = "0.42.0"
|
2023-03-03 07:27:06 +00:00
|
|
|
kotlinx-benchmark = "0.4.6"
|
2022-04-08 18:23:13 +00:00
|
|
|
junit = "4.12"
|
|
|
|
gson = "2.8.5"
|
|
|
|
moshi-kotlin = "1.11.0"
|
|
|
|
|
|
|
|
[libraries]
|
2023-03-03 07:27:06 +00:00
|
|
|
kotlin-compiler = { module = "org.jetbrains.kotlin:kotlin-compiler", version.ref = "kotlin" }
|
2022-04-08 18:23:13 +00:00
|
|
|
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi-kotlin" }
|
|
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
2023-03-03 07:27:06 +00:00
|
|
|
kotlinx-benchmark-runtime = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime", version.ref = "kotlinx-benchmark" }
|
2022-04-08 18:23:13 +00:00
|
|
|
plugin-gver = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "plugin-gver" }
|
2023-03-03 07:27:06 +00:00
|
|
|
plugin-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
|
|
plugin-kotlinx-benchmark = { module="org.jetbrains.kotlinx:kotlinx-benchmark-plugin", version.ref="kotlinx-benchmark"}
|
|
|
|
plugin-jmhreport = { module = "gradle.plugin.io.morethan.jmhreport:gradle-jmh-report", version="0.9.0" }
|
|
|
|
plugin-download = { module = "de.undercouch:gradle-download-task", version = "5.3.0"}
|
2022-04-08 18:23:13 +00:00
|
|
|
junit = { module="junit:junit", version.ref="junit"}
|