mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[aiir] Initial
GitOrigin-RevId: 82359e19f551b7c3892aa08ffb375d725a546608
This commit is contained in:
committed by
intellij-monorepo-bot
parent
20f32717af
commit
f4c0d58d65
@@ -25,6 +25,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:kotlinx-io-core",
|
||||
":fleet_util_multiplatform_provided",
|
||||
]
|
||||
],
|
||||
exports = ["@lib//:kotlinx-io-core"]
|
||||
)
|
||||
### auto-generated section `build fleet.preferences` end
|
||||
@@ -31,7 +31,7 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-io-core" level="project" />
|
||||
<orderEntry type="library" exported="" name="kotlinx-io-core" level="project" />
|
||||
<orderEntry type="module" module-name="fleet.util.multiplatform" scope="PROVIDED" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -58,7 +58,7 @@ kotlin {
|
||||
implementation(jps.org.jetbrains.kotlin.kotlin.stdlib1993400674.get().let { "${it.group}:${it.name}:${it.version}" }) {
|
||||
exclude(group = "org.jetbrains", module = "annotations")
|
||||
}
|
||||
implementation(jps.org.jetbrains.kotlinx.kotlinx.io.core.jvm479158162.get().let { "${it.group}:kotlinx-io-core:${it.version}" }) {
|
||||
api(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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user