|
1 | 1 | [versions] |
2 | 2 | agp = "8.3.2" |
3 | | -composeCharts = "0.2.1" |
4 | | -kotlin = "1.9.24" |
5 | | -coreKtx = "1.13.1" |
| 3 | +kotlin = "2.0.21" |
| 4 | +coreKtx = "1.13.0" |
6 | 5 | junit = "4.13.2" |
7 | | -junitVersion = "1.1.5" |
8 | | -espressoCore = "3.5.1" |
9 | | -lifecycleRuntimeKtx = "2.8.1" |
10 | | -activityCompose = "1.9.0" |
11 | | -compose = "1.6.7" |
12 | | -material3 = "1.2.1" |
13 | | -ktCompilerExt = "1.5.14" |
| 6 | +junitVersion = "1.2.1" |
| 7 | +espressoCore = "3.6.1" |
| 8 | +lifecycleRuntimeKtx = "2.8.7" |
| 9 | + |
| 10 | +composeBom = "2024.11.00" |
| 11 | +activityCompose = "1.9.3" |
| 12 | + |
14 | 13 | dokka = "1.9.20" |
15 | 14 | detekt = "1.23.6" |
16 | 15 |
|
| 16 | +composeCharts = "0.2.1" |
| 17 | + |
17 | 18 | [libraries] |
18 | 19 | androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } |
19 | | -compose-charts = { module = "io.github.bytebeats:compose-charts", version.ref = "composeCharts" } |
20 | 20 | junit = { group = "junit", name = "junit", version.ref = "junit" } |
21 | 21 | androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } |
22 | 22 | androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } |
23 | 23 | androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" } |
| 24 | + |
| 25 | +# compose |
| 26 | +compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" } |
| 27 | +compose-foundation = { group = "androidx.compose.foundation", name = "foundation" } |
| 28 | +compose-ui = { group = "androidx.compose.ui", name = "ui" } |
| 29 | +compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } |
| 30 | +compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } |
| 31 | +compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } |
| 32 | +compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } |
| 33 | +compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } |
| 34 | +compose-ui-test = { group = "androidx.compose.ui", name = "ui-test" } |
| 35 | +compose-material3 = { group = "androidx.compose.material3", name = "material3" } |
| 36 | + |
| 37 | +# composeX |
24 | 38 | androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" } |
25 | | -androidx-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" } |
26 | | -androidx-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose" } |
27 | | -androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics", version.ref = "compose" } |
28 | | -androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "compose" } |
29 | | -androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview", version.ref = "compose" } |
30 | | -androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version.ref = "compose" } |
31 | | -androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4", version.ref = "compose" } |
| 39 | + |
| 40 | +compose-charts = { module = "io.github.bytebeats:compose-charts", version.ref = "composeCharts" } |
32 | 41 |
|
33 | 42 | [plugins] |
34 | 43 | android-application = { id = "com.android.application", version.ref = "agp" } |
35 | 44 | jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
36 | 45 | android-library = { id = "com.android.library", version.ref = "agp" } |
37 | 46 | jetbrains-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" } |
38 | 47 | detekt-gradle-plugin = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } |
39 | | - |
| 48 | +compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
0 commit comments