Austin Schuh | 2dd86a9 | 2022-09-14 21:19:23 -0700 | [diff] [blame] | 1 | [versions] |
| 2 | plugin-kotlin = "1.6.10" |
| 3 | plugin-gver = "0.42.0" |
| 4 | kotlinx-benchmark-runtime = "0.4.2" |
| 5 | junit = "4.12" |
| 6 | gson = "2.8.5" |
| 7 | moshi-kotlin = "1.11.0" |
| 8 | |
| 9 | [libraries] |
| 10 | moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi-kotlin" } |
| 11 | gson = { module = "com.google.code.gson:gson", version.ref = "gson" } |
| 12 | kotlinx-benchmark-runtime = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime", version.ref = "kotlinx-benchmark-runtime" } |
| 13 | plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "plugin-kotlin" } |
| 14 | plugin-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "plugin-kotlin" } |
| 15 | plugin-gver = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "plugin-gver" } |
| 16 | |
| 17 | junit = { module="junit:junit", version.ref="junit"} |
| 18 | |
| 19 | [bundles] |
| 20 | plugins = ["plugin-kotlin", "plugin-kotlin-serialization", "plugin-gver"] |