[stdlib-mpp] Publish patched/custom kpsm to list 'commonMain' included into 'nativeApiElements'
Native/Shared Source Sets still requires stdlib:commonMain.klib as dependency for IDE analysis. See: KT-56278 ^KT-60901 Verification Pending
This commit is contained in:
committed by
Space Team
parent
243707c956
commit
f06a1c89ef
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"projectStructure": {
|
||||
"formatVersion": "0.3.3",
|
||||
"isPublishedAsRoot": "true",
|
||||
"variants": [
|
||||
{
|
||||
"name": "jsApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsRuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsV1ApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsV1RuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jvmApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jvmRuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
}
|
||||
],
|
||||
"sourceSets": [
|
||||
{
|
||||
"name": "commonMain",
|
||||
"dependsOn": [],
|
||||
"moduleDependency": [],
|
||||
"binaryLayout": "klib"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user