Build: Workaround KT-61766 with implicitDependencies

This commit is contained in:
Vyacheslav Gerasimov
2023-10-12 21:25:06 +02:00
committed by Space Team
parent 453da6af27
commit 5ee7aa7077
2 changed files with 16 additions and 0 deletions
+10
View File
@@ -981,6 +981,16 @@ plugins.withType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin:
}
}
dependencies {
// Drop when KT-61766 fixed
add(
configurations.implicitDependencies.name,
"org.jetbrains.kotlinx:kotlinx-collections-immutable-metadata:${rootProject.extra["versions.kotlinx-collections-immutable"]}"
) {
isTransitive = false
}
}
afterEvaluate {
if (cacheRedirectorEnabled) {
rootProject.plugins.withType(org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin::class.java) {
+6
View File
@@ -4120,6 +4120,12 @@
<sha256 value="6d9e0951d51f23dc4821db84d7df8be51e27c788bcbc28140aa6c7b845b9e336" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlinx" name="kotlinx-collections-immutable-metadata" version="0.3.1">
<artifact name="kotlinx-collections-immutable-metadata-0.3.1.jar">
<md5 value="81f39cd0aae3927907ee6aa19694a9d2" origin="Generated by Gradle"/>
<sha256 value="774a4e48b2e3c0067933c8ad4d7262bec450321142fa251147ae64cde8cacf92" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-core" version="1.5.0">
<artifact name="kotlinx-coroutines-core-metadata-1.5.0-all.jar">
<md5 value="1473d3808a18b351ad523ee2c104e632" origin="Generated by Gradle"/>