[stdlib-mpp] Switch kotlin-stdlib project to multiplatform
#KT-56106
This commit is contained in:
committed by
Space Team
parent
fac620df0b
commit
34720f27d4
@@ -980,4 +980,13 @@ private class ComponentWithExternalVariants(
|
||||
override fun getVariants(): Set<SoftwareComponent> = externalComponents
|
||||
}
|
||||
|
||||
// endregion
|
||||
// endregion
|
||||
|
||||
// for legacy intra-project dependencies
|
||||
for (name in listOf("sources", "distSources")) {
|
||||
val sourcesConfiguration = configurations.getOrCreate(name).apply {
|
||||
isCanBeResolved = false
|
||||
isCanBeConsumed = true
|
||||
}
|
||||
artifacts.add(sourcesConfiguration.name, tasks["jvmSourcesJar"])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user