785d6858ea
- preserve kotlin-stdlib-js.jar in dist and maven - change packaging to klib in .pom - fix manifest attributes of kotlin-stdlib-js
40 lines
712 B
JSON
40 lines
712 B
JSON
{
|
|
"projectStructure": {
|
|
"formatVersion": "0.3.3",
|
|
"isPublishedAsRoot": "true",
|
|
"variants": [
|
|
{
|
|
"name": "jsApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "jsRuntimeElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "jvmApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "jvmRuntimeElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
}
|
|
],
|
|
"sourceSets": [
|
|
{
|
|
"name": "commonMain",
|
|
"dependsOn": [],
|
|
"moduleDependency": [],
|
|
"binaryLayout": "klib"
|
|
}
|
|
]
|
|
}
|
|
} |