[aiir] Initial

GitOrigin-RevId: 82359e19f551b7c3892aa08ffb375d725a546608
This commit is contained in:
Andrey Zaytsev
2025-11-19 03:32:25 +00:00
committed by intellij-monorepo-bot
parent 20f32717af
commit f4c0d58d65
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -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")
}
}