255 lines
5.5 KiB
JSON
255 lines
5.5 KiB
JSON
{
|
|
"projectStructure": {
|
|
"formatVersion": "0.3.3",
|
|
"isPublishedAsRoot": "true",
|
|
"variants": [
|
|
{
|
|
"name": "debugApiElements",
|
|
"sourceSet": [
|
|
"jvmMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "debugRuntimeElements",
|
|
"sourceSet": [
|
|
"jvmMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "releaseApiElements",
|
|
"sourceSet": [
|
|
"jvmMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "releaseRuntimeElements",
|
|
"sourceSet": [
|
|
"jvmMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "desktopApiElements",
|
|
"sourceSet": [
|
|
"jvmMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "desktopRuntimeElements",
|
|
"sourceSet": [
|
|
"jvmMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "jsApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "jsRuntimeElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "linuxArm64ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "linuxX64ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "macosArm64ApiElements",
|
|
"sourceSet": [
|
|
"macosMain",
|
|
"darwinMain",
|
|
"nativeMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "macosX64ApiElements",
|
|
"sourceSet": [
|
|
"macosMain",
|
|
"darwinMain",
|
|
"nativeMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "mingwX64ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "tvosArm64ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "tvosSimulatorArm64ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "tvosX64ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "uikitArm64ApiElements",
|
|
"sourceSet": [
|
|
"uikitMain",
|
|
"darwinMain",
|
|
"nativeMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "uikitSimArm64ApiElements",
|
|
"sourceSet": [
|
|
"uikitMain",
|
|
"darwinMain",
|
|
"nativeMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "uikitX64ApiElements",
|
|
"sourceSet": [
|
|
"uikitMain",
|
|
"darwinMain",
|
|
"nativeMain",
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "wasmJsApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "wasmJsRuntimeElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "watchosArm32ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "watchosArm64ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "watchosSimulatorArm64ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
},
|
|
{
|
|
"name": "watchosX64ApiElements",
|
|
"sourceSet": [
|
|
"commonMain"
|
|
]
|
|
}
|
|
],
|
|
"sourceSets": [
|
|
{
|
|
"name": "commonMain",
|
|
"dependsOn": [],
|
|
"moduleDependency": [
|
|
"org.jetbrains.compose.runtime:runtime",
|
|
"org.jetbrains.kotlin:kotlin-stdlib",
|
|
"org.jetbrains.compose.collection-internal:collection"
|
|
],
|
|
"binaryLayout": "klib"
|
|
},
|
|
{
|
|
"name": "darwinMain",
|
|
"dependsOn": [
|
|
"nativeMain"
|
|
],
|
|
"moduleDependency": [
|
|
"org.jetbrains.compose.runtime:runtime",
|
|
"org.jetbrains.compose.collection-internal:collection"
|
|
],
|
|
"sourceSetCInteropMetadataDirectory": "darwinMain-cinterop",
|
|
"binaryLayout": "klib",
|
|
"hostSpecific": "true"
|
|
},
|
|
{
|
|
"name": "jvmMain",
|
|
"dependsOn": [
|
|
"commonMain"
|
|
],
|
|
"moduleDependency": [
|
|
"org.jetbrains.compose.runtime:runtime",
|
|
"org.jetbrains.kotlin:kotlin-stdlib",
|
|
"org.jetbrains.compose.collection-internal:collection"
|
|
],
|
|
"binaryLayout": "klib"
|
|
},
|
|
{
|
|
"name": "macosMain",
|
|
"dependsOn": [
|
|
"darwinMain"
|
|
],
|
|
"moduleDependency": [
|
|
"org.jetbrains.compose.runtime:runtime",
|
|
"org.jetbrains.compose.collection-internal:collection"
|
|
],
|
|
"sourceSetCInteropMetadataDirectory": "macosMain-cinterop",
|
|
"binaryLayout": "klib",
|
|
"hostSpecific": "true"
|
|
},
|
|
{
|
|
"name": "nativeMain",
|
|
"dependsOn": [
|
|
"commonMain"
|
|
],
|
|
"moduleDependency": [
|
|
"org.jetbrains.compose.runtime:runtime",
|
|
"org.jetbrains.compose.collection-internal:collection"
|
|
],
|
|
"sourceSetCInteropMetadataDirectory": "nativeMain-cinterop",
|
|
"binaryLayout": "klib",
|
|
"hostSpecific": "true"
|
|
},
|
|
{
|
|
"name": "uikitMain",
|
|
"dependsOn": [
|
|
"darwinMain"
|
|
],
|
|
"moduleDependency": [
|
|
"org.jetbrains.compose.runtime:runtime",
|
|
"org.jetbrains.compose.collection-internal:collection"
|
|
],
|
|
"sourceSetCInteropMetadataDirectory": "uikitMain-cinterop",
|
|
"binaryLayout": "klib",
|
|
"hostSpecific": "true"
|
|
}
|
|
]
|
|
}
|
|
} |