kmp init
This commit is contained in:
@ -1,265 +0,0 @@
|
||||
{
|
||||
"projectStructure": {
|
||||
"formatVersion": "0.3.3",
|
||||
"isPublishedAsRoot": "true",
|
||||
"variants": [
|
||||
{
|
||||
"name": "androidApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "androidRuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "awtApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "awtRuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "iosArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"iosMain",
|
||||
"uikitMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "iosSimulatorArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"iosMain",
|
||||
"uikitMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "iosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"iosMain",
|
||||
"uikitMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsApiElements",
|
||||
"sourceSet": [
|
||||
"jsWasmMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsRuntimeElements",
|
||||
"sourceSet": [
|
||||
"jsWasmMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "linuxX64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macosArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"macosMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"macosMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tvosArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"tvosMain",
|
||||
"uikitMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tvosSimulatorArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"tvosMain",
|
||||
"uikitMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tvosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"tvosMain",
|
||||
"uikitMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasmJsApiElements",
|
||||
"sourceSet": [
|
||||
"jsWasmMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasmJsRuntimeElements",
|
||||
"sourceSet": [
|
||||
"jsWasmMain",
|
||||
"nativeJsMain",
|
||||
"commonMain"
|
||||
]
|
||||
}
|
||||
],
|
||||
"sourceSets": [
|
||||
{
|
||||
"name": "commonMain",
|
||||
"dependsOn": [],
|
||||
"moduleDependency": [],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "darwinMain",
|
||||
"dependsOn": [
|
||||
"nativeMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlinx:atomicfu",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "darwinMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "iosMain",
|
||||
"dependsOn": [
|
||||
"uikitMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlinx:atomicfu",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "iosMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "jsWasmMain",
|
||||
"dependsOn": [
|
||||
"nativeJsMain"
|
||||
],
|
||||
"moduleDependency": [],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "macosMain",
|
||||
"dependsOn": [
|
||||
"darwinMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlinx:atomicfu",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "macosMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "nativeJsMain",
|
||||
"dependsOn": [
|
||||
"commonMain"
|
||||
],
|
||||
"moduleDependency": [],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "nativeMain",
|
||||
"dependsOn": [
|
||||
"nativeJsMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core",
|
||||
"org.jetbrains.kotlinx:atomicfu"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "nativeMain-cinterop",
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "tvosMain",
|
||||
"dependsOn": [
|
||||
"uikitMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlinx:atomicfu",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "tvosMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "uikitMain",
|
||||
"dependsOn": [
|
||||
"darwinMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlinx:atomicfu",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "uikitMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user