mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[fleet] Move fleet.ktor.cio to Community
(cherry picked from commit 8c5e86330b7b2686253af5067818b4b512e19d5f) FLEET-MR-6894 GitOrigin-RevId: d1410d55e3b5cb9e3c54617bff9f5e5a3b08689e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c279cd469a
commit
b2f68a7217
Generated
+1
@@ -8,6 +8,7 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/fleet/fastutil/fleet.fastutil.iml" filepath="$PROJECT_DIR$/fleet/fastutil/fleet.fastutil.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/fleet/junit4/fleet.junit4.iml" filepath="$PROJECT_DIR$/fleet/junit4/fleet.junit4.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/fleet/kernel/fleet.kernel.iml" filepath="$PROJECT_DIR$/fleet/kernel/fleet.kernel.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/fleet/ktor/client/cio/fleet.ktor.client.cio.iml" filepath="$PROJECT_DIR$/community/fleet/ktor/client/cio/fleet.ktor.client.cio.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/fleet/ktor/client/core/fleet.ktor.client.core.iml" filepath="$PROJECT_DIR$/community/fleet/ktor/client/core/fleet.ktor.client.core.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/fleet/ktor/network/tls/fleet.ktor.network.tls.iml" filepath="$PROJECT_DIR$/fleet/ktor/network/tls/fleet.ktor.network.tls.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/fleet/lsp.protocol/fleet.lsp.protocol.iml" filepath="$PROJECT_DIR$/fleet/lsp.protocol/fleet.lsp.protocol.iml" />
|
||||
|
||||
@@ -225,6 +225,7 @@ fleet/compiler-plugins
|
||||
fleet/fastutil
|
||||
fleet/junit4
|
||||
fleet/kernel
|
||||
fleet/ktor/client/cio
|
||||
fleet/ktor/client/core
|
||||
fleet/ktor/network/tls
|
||||
fleet/lsp.protocol
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
### auto-generated section `build fleet.ktor.client.cio` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
||||
|
||||
jvm_library(
|
||||
name = "cio",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob([], allow_empty = True, exclude = ["**/module-info.java"]),
|
||||
exports = [
|
||||
"@lib//:fleet-io-ktor-client-cio",
|
||||
"@lib//:fleet-io-ktor-client-core",
|
||||
"@lib//:fleet-io-ktor-events",
|
||||
"@lib//:fleet-io-ktor-http",
|
||||
"@lib//:fleet-io-ktor-http-cio",
|
||||
"@lib//:fleet-io-ktor-io",
|
||||
"@lib//:fleet-io-ktor-network",
|
||||
"@lib//:fleet-io-ktor-network-tls",
|
||||
"@lib//:fleet-io-ktor-serialization",
|
||||
"@lib//:fleet-io-ktor-sse",
|
||||
"@lib//:fleet-io-ktor-utils",
|
||||
"@lib//:fleet-io-ktor-websocket-serialization",
|
||||
"@lib//:fleet-io-ktor-websockets",
|
||||
],
|
||||
runtime_deps = [
|
||||
"@lib//:fleet-io-ktor-client-cio",
|
||||
"@lib//:fleet-io-ktor-client-core",
|
||||
"@lib//:fleet-io-ktor-events",
|
||||
"@lib//:fleet-io-ktor-http",
|
||||
"@lib//:fleet-io-ktor-http-cio",
|
||||
"@lib//:fleet-io-ktor-io",
|
||||
"@lib//:fleet-io-ktor-network",
|
||||
"@lib//:fleet-io-ktor-network-tls",
|
||||
"@lib//:fleet-io-ktor-serialization",
|
||||
"@lib//:fleet-io-ktor-sse",
|
||||
"@lib//:fleet-io-ktor-utils",
|
||||
"@lib//:fleet-io-ktor-websocket-serialization",
|
||||
"@lib//:fleet-io-ktor-websockets",
|
||||
"@lib//:jetbrains-annotations",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:kotlinx-coroutines-slf4j",
|
||||
"@lib//:kotlinx-io-core",
|
||||
"@lib//:kotlinx-serialization-core",
|
||||
"@lib//:slf4j-api",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build fleet.ktor.client.cio` end
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/gradlebuild/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.client.cio" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.client.core" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.events" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.http" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.http.cio" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.io" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.network" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.network.tls" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.serialization" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.sse" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.utils" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.websocket.serialization" level="project" />
|
||||
<orderEntry type="library" exported="" name="fleet:io.ktor.websockets" level="project" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-slf4j" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-io-core" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-serialization-core" level="project" />
|
||||
<orderEntry type="library" name="slf4j-api" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -0,0 +1,107 @@
|
||||
// IMPORT__MARKER_START
|
||||
import fleet.buildtool.conventions.configureAtMostOneJvmTargetOrThrow
|
||||
import fleet.buildtool.conventions.withJavaSourceSet
|
||||
// IMPORT__MARKER_END
|
||||
plugins {
|
||||
alias(libs.plugins.kotlin.multiplatform)
|
||||
id("fleet.project-module-conventions")
|
||||
id("fleet.toolchain-conventions")
|
||||
alias(libs.plugins.dokka)
|
||||
// GRADLE_PLUGINS__MARKER_START
|
||||
id("fleet-module")
|
||||
// GRADLE_PLUGINS__MARKER_END
|
||||
}
|
||||
|
||||
fleetModule {
|
||||
module {
|
||||
name = "fleet.ktor.client.cio"
|
||||
importedFromJps {}
|
||||
}
|
||||
}
|
||||
|
||||
@OptIn(org.jetbrains.kotlin.gradle.ExperimentalWasmDsl::class)
|
||||
kotlin {
|
||||
// KOTLIN__MARKER_START
|
||||
jvm {}
|
||||
wasmJs {
|
||||
browser {}
|
||||
}
|
||||
sourceSets.commonMain.configure { kotlin.srcDir(layout.projectDirectory.dir("../srcCommonMain")) }
|
||||
sourceSets.commonMain.configure { resources.srcDir(layout.projectDirectory.dir("../resourcesCommonMain")) }
|
||||
sourceSets.commonTest.configure { kotlin.srcDir(layout.projectDirectory.dir("../srcCommonTest")) }
|
||||
sourceSets.commonTest.configure { resources.srcDir(layout.projectDirectory.dir("../resourcesCommonTest")) }
|
||||
sourceSets.jvmMain.configure { kotlin.srcDir(layout.projectDirectory.dir("../srcJvmMain")) }
|
||||
configureAtMostOneJvmTargetOrThrow { compilations.named("main") { withJavaSourceSet { javaSourceSet -> javaSourceSet.java.srcDir(layout.projectDirectory.dir("../srcJvmMain")) } } }
|
||||
sourceSets.jvmMain.configure { resources.srcDir(layout.projectDirectory.dir("../resourcesJvmMain")) }
|
||||
sourceSets.jvmTest.configure { kotlin.srcDir(layout.projectDirectory.dir("../srcJvmTest")) }
|
||||
configureAtMostOneJvmTargetOrThrow { compilations.named("test") { withJavaSourceSet { javaSourceSet -> javaSourceSet.java.srcDir(layout.projectDirectory.dir("../srcJvmTest")) } } }
|
||||
sourceSets.jvmTest.configure { resources.srcDir(layout.projectDirectory.dir("../resourcesJvmTest")) }
|
||||
sourceSets.wasmJsMain.configure { kotlin.srcDir(layout.projectDirectory.dir("../srcWasmJsMain")) }
|
||||
sourceSets.wasmJsMain.configure { resources.srcDir(layout.projectDirectory.dir("../resourcesWasmJsMain")) }
|
||||
sourceSets.wasmJsTest.configure { kotlin.srcDir(layout.projectDirectory.dir("../srcWasmJsTest")) }
|
||||
sourceSets.wasmJsTest.configure { resources.srcDir(layout.projectDirectory.dir("../resourcesWasmJsTest")) }
|
||||
sourceSets.commonMain.dependencies {
|
||||
api(jps.io.ktor.ktor.client.core.jvm53990062.get().let { "${it.group}:ktor-client-core:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.events.jvm275570476.get().let { "${it.group}:ktor-events:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.http.jvm1981380989.get().let { "${it.group}:ktor-http:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.http.cio.jvm102837887.get().let { "${it.group}:ktor-http-cio:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.io.jvm1043854879.get().let { "${it.group}:ktor-io:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.serialization.jvm447701117.get().let { "${it.group}:ktor-serialization:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.sse.jvm1845222574.get().let { "${it.group}:ktor-sse:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.utils.jvm244677186.get().let { "${it.group}:ktor-utils:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.websocket.serialization.jvm1254325065.get().let { "${it.group}:ktor-websocket-serialization:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.websockets.jvm1404411833.get().let { "${it.group}:ktor-websockets:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
implementation(jps.org.jetbrains.annotations1504825916.get())
|
||||
implementation(jps.org.jetbrains.kotlin.kotlin.stdlib1993400674.get().let { "${it.group}:${it.name}:${it.version}" }) {
|
||||
exclude(group = "org.jetbrains", module = "annotations")
|
||||
}
|
||||
implementation(jps.com.intellij.platform.kotlinx.coroutines.core.jvm134738847.get().let { "${it.group}:kotlinx-coroutines-core:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
implementation(jps.org.jetbrains.kotlinx.kotlinx.io.core.jvm479158162.get().let { "${it.group}:kotlinx-io-core:${it.version}" }) {
|
||||
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")
|
||||
}
|
||||
implementation(jps.org.jetbrains.kotlinx.kotlinx.serialization.core.jvm1739247612.get().let { "${it.group}:kotlinx-serialization-core:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
implementation(jps.org.slf4j.slf4j.api2013636515.get().let { "${it.group}:${it.name}:${it.version}" }) {
|
||||
isTransitive = false
|
||||
exclude(group = "org.slf4j", module = "slf4j-jdk14")
|
||||
}
|
||||
}
|
||||
sourceSets.jvmMain.dependencies {
|
||||
api(jps.io.ktor.ktor.client.cio.jvm590055166.get().let { "${it.group}:${it.name}:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.network.jvm1442946683.get().let { "${it.group}:${it.name}:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
api(jps.io.ktor.ktor.network.tls.jvm656433577.get().let { "${it.group}:${it.name}:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
implementation(jps.com.intellij.platform.kotlinx.coroutines.slf4j1899700727.get().let { "${it.group}:${it.name}:${it.version}" }) {
|
||||
isTransitive = false
|
||||
}
|
||||
}
|
||||
// KOTLIN__MARKER_END
|
||||
}
|
||||
@@ -1493,6 +1493,13 @@ jvm_import(
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "fleet-io-ktor-client-cio",
|
||||
jar = "@io_ktor-ktor-client-cio-jvm-3_1_3_http//file",
|
||||
source_jar = "@io_ktor-ktor-client-cio-jvm-3_1_3_http//file",
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "fleet-io-ktor-client-core",
|
||||
jar = "@io_ktor-ktor-client-core-jvm-3_1_3_http//file",
|
||||
|
||||
+14
-14
@@ -1840,6 +1840,20 @@ http_file(
|
||||
downloaded_file_path = "file-prediction-model-0.3.0-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "io_ktor-ktor-client-cio-jvm-3_1_3_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/io/ktor/ktor-client-cio-jvm/3.1.3/ktor-client-cio-jvm-3.1.3.jar",
|
||||
sha256 = "9a86341588057a23d3ba4562fdc8afcef6facd071678a0c20b3b28a19ec35c88",
|
||||
downloaded_file_path = "ktor-client-cio-jvm-3.1.3.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "io_ktor-ktor-client-cio-jvm-3_1_3-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/io/ktor/ktor-client-cio-jvm/3.1.3/ktor-client-cio-jvm-3.1.3-sources.jar",
|
||||
sha256 = "05d09d79cd1902de9ddffd3e430363ad7ffd7017c0a62a0ec4f56974f85f2844",
|
||||
downloaded_file_path = "ktor-client-cio-jvm-3.1.3-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "io_ktor-ktor-client-core-jvm-3_1_3_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/io/ktor/ktor-client-core-jvm/3.1.3/ktor-client-core-jvm-3.1.3.jar",
|
||||
@@ -5893,20 +5907,6 @@ http_file(
|
||||
downloaded_file_path = "ktor-client-auth-jvm-3.1.3-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "io_ktor-ktor-client-cio-jvm-3_1_3_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/io/ktor/ktor-client-cio-jvm/3.1.3/ktor-client-cio-jvm-3.1.3.jar",
|
||||
sha256 = "9a86341588057a23d3ba4562fdc8afcef6facd071678a0c20b3b28a19ec35c88",
|
||||
downloaded_file_path = "ktor-client-cio-jvm-3.1.3.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "io_ktor-ktor-client-cio-jvm-3_1_3-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/io/ktor/ktor-client-cio-jvm/3.1.3/ktor-client-cio-jvm-3.1.3-sources.jar",
|
||||
sha256 = "05d09d79cd1902de9ddffd3e430363ad7ffd7017c0a62a0ec4f56974f85f2844",
|
||||
downloaded_file_path = "ktor-client-cio-jvm-3.1.3-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "io_ktor-ktor-client-content-negotiation-jvm-3_1_3_http",
|
||||
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/io/ktor/ktor-client-content-negotiation-jvm/3.1.3/ktor-client-content-negotiation-jvm-3.1.3.jar",
|
||||
|
||||
Reference in New Issue
Block a user