This commit is contained in:
2025-07-19 00:46:12 +03:00
parent f063d2126b
commit 561a5df648
188 changed files with 11964 additions and 354 deletions

View File

@ -0,0 +1,293 @@
{
"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": "iosArm64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "iosSimulatorArm64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "iosX64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "jsApiElements",
"sourceSet": [
"webMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "jsRuntimeElements",
"sourceSet": [
"webMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "linuxArm64ApiElements",
"sourceSet": [
"linuxMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "linuxX64ApiElements",
"sourceSet": [
"linuxMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "macosArm64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "macosX64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "tvosArm64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "tvosSimulatorArm64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "tvosX64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "wasmJsApiElements",
"sourceSet": [
"webMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "wasmJsRuntimeElements",
"sourceSet": [
"webMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "watchosArm32ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "watchosArm64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "watchosSimulatorArm64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
},
{
"name": "watchosX64ApiElements",
"sourceSet": [
"darwinMain",
"nativeMain",
"nonJvmMain",
"commonMain"
]
}
],
"sourceSets": [
{
"name": "commonMain",
"dependsOn": [],
"moduleDependency": [
"org.jetbrains.compose.annotation-internal:annotation",
"org.jetbrains.kotlin:kotlin-stdlib",
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
],
"binaryLayout": "klib"
},
{
"name": "darwinMain",
"dependsOn": [
"nativeMain"
],
"moduleDependency": [
"org.jetbrains.compose.annotation-internal:annotation",
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
],
"sourceSetCInteropMetadataDirectory": "darwinMain-cinterop",
"binaryLayout": "klib",
"hostSpecific": "true"
},
{
"name": "jvmMain",
"dependsOn": [
"commonMain"
],
"moduleDependency": [
"org.jetbrains.compose.annotation-internal:annotation",
"org.jetbrains.kotlin:kotlin-stdlib",
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
],
"binaryLayout": "klib"
},
{
"name": "linuxMain",
"dependsOn": [
"nativeMain"
],
"moduleDependency": [
"org.jetbrains.compose.annotation-internal:annotation",
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
],
"sourceSetCInteropMetadataDirectory": "linuxMain-cinterop",
"binaryLayout": "klib"
},
{
"name": "nativeMain",
"dependsOn": [
"nonJvmMain"
],
"moduleDependency": [
"org.jetbrains.compose.annotation-internal:annotation",
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
],
"sourceSetCInteropMetadataDirectory": "nativeMain-cinterop",
"binaryLayout": "klib"
},
{
"name": "nonJvmMain",
"dependsOn": [
"commonMain"
],
"moduleDependency": [
"org.jetbrains.compose.annotation-internal:annotation",
"org.jetbrains.kotlin:kotlin-stdlib",
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
],
"binaryLayout": "klib"
},
{
"name": "webMain",
"dependsOn": [
"nonJvmMain"
],
"moduleDependency": [
"org.jetbrains.compose.annotation-internal:annotation",
"org.jetbrains.kotlin:kotlin-stdlib",
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
],
"binaryLayout": "klib"
}
]
}
}