|
1 | 1 | [versions] |
2 | | -agp = "8.1.0" |
3 | | -kotlin = "1.9.0" |
4 | | -jvmTarget = "17" |
5 | | -kotlinpoet = "1.13.2" |
6 | | -ksp = "1.9.0-1.0.12" |
7 | | -material = "1.9.0" |
8 | | -androidxActivity = "1.4.0" |
9 | | -androidxCompose = "1.4.3" |
10 | | -androidxComposeCompiler = "1.5.1" |
11 | | -landscapist = "2.2.3" |
12 | | -coroutines = "1.7.2" |
| 2 | +agp = "8.9.0" |
| 3 | +kotlin = "2.1.10" |
| 4 | +jvmTarget = "18" |
| 5 | +kotlinpoet = "1.18.1" |
| 6 | +ksp = "2.1.10-1.0.31" |
| 7 | +material = "1.12.0" |
| 8 | +androidxActivity = "1.10.1" |
| 9 | +androidxCompose = "1.8.1" |
| 10 | +landscapist = "2.4.6" |
| 11 | +coroutines = "1.10.2" |
13 | 12 | retrofit = "2.9.0" |
14 | | -retrofitAdapters = "1.0.6" |
| 13 | +retrofitAdapters = "1.0.10" |
15 | 14 |
|
16 | 15 | [plugins] |
17 | 16 | android-application = { id = "com.android.application", version.ref = "agp" } |
18 | 17 | android-library = { id = "com.android.library", version.ref = "agp" } |
19 | 18 | kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
20 | | -dokka = { id = "org.jetbrains.dokka", version = "1.8.20" } |
| 19 | +compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
| 20 | +dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } |
21 | 21 | ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } |
22 | 22 | nexusPlugin = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" } |
23 | 23 | spotless = { id = "com.diffplug.spotless", version = "6.9.0" } |
24 | | -kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" } |
| 24 | +kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.17.0" } |
25 | 25 |
|
26 | 26 | [libraries] |
27 | 27 | agp = { module = "com.android.tools.build:gradle", version.ref = "agp" } |
|
0 commit comments