-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.versions.toml
38 lines (34 loc) · 2.31 KB
/
deps.versions.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[versions]
kotlinVer = "1.7.22"
agpVer = "8.0.0-rc01"
asmVer = "9.4"
kotlinpoetVer = "1.12.0"
kspVer = "1.7.22-1.0.8" #"1.8.10-1.0.9"
[libraries]
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "agpVer" }
android-gradle-pluginapi = { module = "com.android.tools.build:gradle-api", version.ref = "agpVer" }
kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlinVer" }
kotlin-std = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlinVer" }
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.4.1" }
apache-common-text = { module = "org.apache.commons:commons-text", version = "1.10.0" }
javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoetVer" }
kotlinpoet-interop-javapoet = { module = "com.squareup:kotlinpoet-javapoet", version.ref = "kotlinpoetVer" }
kotlinpoet-interop-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoetVer" }
asm-core = { module = "org.ow2.asm:asm", version.ref = "asmVer" }
asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asmVer" }
asm-util = { module = "org.ow2.asm:asm-util", version.ref = "asmVer" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "kspVer" }
ksp-gradle-plugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "kspVer" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.5.0" }
junit4 = { module = "junit:junit", version = "4.13.2" }
junit5 = { module = "org.junit.jupiter:junit-jupiter", version = "5.9.2" }
robolectric = { module = "org.robolectric:robolectric", version = "4.9.2" }
hamcrest = { module = "org.hamcrest:hamcrest-library", version = "2.2" }
mockk = { module = "io.mockk:mockk", version = "1.13.2" }
kotlin-compile-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing", version = "1.4.9" }
kotlin-compile-testing-ksp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.4.9" }
[bundles]
[plugins]
build-config = { id = "com.github.gmazzo.buildconfig", version = "3.1.0" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinVer" }