|
1 | 1 | { |
2 | 2 | "dependencies": { |
3 | | - "org.jetbrains.kotlin:kotlin-stdlib-common:2.0.*": "KotlinStdlibCommon-2.x", |
4 | 3 | "org.jetbrains.kotlin:kotlin-stdlib:2.0.*": "KotlinStdlib-2.x", |
5 | | - "org.jetbrains.kotlinx:atomicfu:0.*.*": "Atomicfu-0.x", |
6 | 4 | "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.*": "KotlinxCoroutinesCoreJvm-1.8.x", |
7 | | - "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.*": "KotlinxCoroutinesCore-1.8.x", |
8 | | - "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.*": "KotlinxCoroutinesJdk8-1.8.x", |
9 | 5 |
|
10 | 6 | "com.squareup.okhttp3:okhttp-coroutines:5.*": "OkHttp3Coroutines-5.x", |
11 | 7 | "com.squareup.okhttp3:okhttp:5.*": "OkHttp3-5.x", |
12 | 8 | "com.squareup.okio:okio-jvm:3.*": "OkioJvm-3.x", |
13 | | - "com.squareup.okio:okio:3.*": "Okio-3.x", |
14 | 9 | "io.opentelemetry:opentelemetry-api:1.*": "Maven-io-opentelemetry_opentelemetry-api-1.x", |
15 | 10 | "org.slf4j:slf4j-api:2.*": "Maven-org-slf4j_slf4j-api-2.x", |
16 | | - "software.amazon.awssdk.crt:aws-crt:0.*": "Aws-crt-java-1.0.x", |
17 | 11 | "aws.sdk.kotlin.crt:aws-crt-kotlin:0.8.*": "AwsCrtKotlin-0.8.x" |
18 | 12 | }, |
19 | 13 | "packageHandlingRules": { |
|
47 | 41 | ], |
48 | 42 | "com.squareup.okio:okio-jvm:3.*": [ |
49 | 43 | "KotlinStdlib-2.x" |
50 | | - ], |
51 | | - "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.*": [ |
52 | | - "KotlinxCoroutinesCoreJvm-1.8.x", |
53 | | - "KotlinStdlib-2.x" |
54 | | - ], |
55 | | - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.*": [ |
56 | | - "KotlinxCoroutinesCoreJvm-1.8.x", |
57 | | - "KotlinStdlib-2.x" |
58 | | - ], |
59 | | - "org.jetbrains.kotlin:kotlin-stdlib:2.*": [ |
60 | | - "KotlinStdlib-2.x" |
61 | | - ], |
62 | | - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.*": [ |
63 | | - "KotlinStdlibCommon-1.9.x", |
64 | | - "KotlinStdlibJdk8-1.9.x", |
65 | | - "KotlinxCoroutinesCoreJvm-1.7.x" |
66 | | - ], |
67 | | - "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.*": [ |
68 | | - "KotlinStdlibJdk8-1.9.x" |
69 | | - ], |
70 | | - "org.jetbrains.kotlin:kotlin-stdlib:1.9.*": [ |
71 | | - "KotlinStdlib-1.9.x" |
72 | 44 | ] |
73 | 45 | } |
74 | 46 | } |
|
0 commit comments