This commit is contained in:
2025-07-19 00:49:47 +03:00
parent f213a11368
commit 91f6ce8288
98 changed files with 172 additions and 10556 deletions

View File

@ -1,207 +0,0 @@
{
"projectStructure": {
"formatVersion": "0.3.3",
"isPublishedAsRoot": "true",
"variants": [
{
"name": "jsApiElements",
"sourceSet": [
"commonMain"
]
},
{
"name": "jsRuntimeElements",
"sourceSet": [
"commonMain"
]
},
{
"name": "jvmApiElements",
"sourceSet": [
"commonMain"
]
},
{
"name": "jvmRuntimeElements",
"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": [
"androidx.annotation:annotation"
],
"binaryLayout": "klib"
},
{
"name": "darwinMain",
"dependsOn": [
"nativeMain"
],
"moduleDependency": [
"androidx.annotation:annotation"
],
"sourceSetCInteropMetadataDirectory": "darwinMain-cinterop",
"binaryLayout": "klib",
"hostSpecific": "true"
},
{
"name": "macosMain",
"dependsOn": [
"darwinMain"
],
"moduleDependency": [
"androidx.annotation:annotation"
],
"sourceSetCInteropMetadataDirectory": "macosMain-cinterop",
"binaryLayout": "klib",
"hostSpecific": "true"
},
{
"name": "nativeMain",
"dependsOn": [
"commonMain"
],
"moduleDependency": [
"androidx.annotation:annotation"
],
"sourceSetCInteropMetadataDirectory": "nativeMain-cinterop",
"binaryLayout": "klib",
"hostSpecific": "true"
},
{
"name": "uikitMain",
"dependsOn": [
"darwinMain"
],
"moduleDependency": [
"androidx.annotation:annotation"
],
"sourceSetCInteropMetadataDirectory": "uikitMain-cinterop",
"binaryLayout": "klib",
"hostSpecific": "true"
}
]
}
}