kmp init
This commit is contained in:
@ -0,0 +1,324 @@
|
||||
{
|
||||
"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",
|
||||
"skikoExcludingWebMain",
|
||||
"skikoMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "desktopRuntimeElements",
|
||||
"sourceSet": [
|
||||
"jvmMain",
|
||||
"commonMain",
|
||||
"skikoExcludingWebMain",
|
||||
"skikoMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"jsWasmMain",
|
||||
"jsNativeMain",
|
||||
"skikoMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsRuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"jsWasmMain",
|
||||
"jsNativeMain",
|
||||
"skikoMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macosArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"macosMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"jsNativeMain",
|
||||
"skikoMain",
|
||||
"skikoExcludingWebMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"macosMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"jsNativeMain",
|
||||
"skikoMain",
|
||||
"skikoExcludingWebMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "uikitArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"uikitMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"jsNativeMain",
|
||||
"skikoMain",
|
||||
"skikoExcludingWebMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "uikitSimArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"uikitMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"jsNativeMain",
|
||||
"skikoMain",
|
||||
"skikoExcludingWebMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "uikitX64ApiElements",
|
||||
"sourceSet": [
|
||||
"uikitMain",
|
||||
"darwinMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"jsNativeMain",
|
||||
"skikoMain",
|
||||
"skikoExcludingWebMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasmJsApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"jsWasmMain",
|
||||
"jsNativeMain",
|
||||
"skikoMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasmJsRuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"jsWasmMain",
|
||||
"jsNativeMain",
|
||||
"skikoMain"
|
||||
]
|
||||
}
|
||||
],
|
||||
"sourceSets": [
|
||||
{
|
||||
"name": "commonMain",
|
||||
"dependsOn": [],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "darwinMain",
|
||||
"dependsOn": [
|
||||
"nativeMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection",
|
||||
"org.jetbrains.skiko:skiko"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "darwinMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "jsNativeMain",
|
||||
"dependsOn": [
|
||||
"skikoMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection",
|
||||
"org.jetbrains.skiko:skiko"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "jsWasmMain",
|
||||
"dependsOn": [
|
||||
"jsNativeMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection",
|
||||
"org.jetbrains.skiko:skiko"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "jvmMain",
|
||||
"dependsOn": [
|
||||
"commonMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "macosMain",
|
||||
"dependsOn": [
|
||||
"darwinMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection",
|
||||
"org.jetbrains.skiko:skiko"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "macosMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "nativeMain",
|
||||
"dependsOn": [
|
||||
"commonMain",
|
||||
"jsNativeMain",
|
||||
"skikoExcludingWebMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection",
|
||||
"org.jetbrains.skiko:skiko"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "nativeMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "skikoExcludingWebMain",
|
||||
"dependsOn": [
|
||||
"skikoMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection",
|
||||
"org.jetbrains.skiko:skiko"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "skikoMain",
|
||||
"dependsOn": [
|
||||
"commonMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection",
|
||||
"org.jetbrains.skiko:skiko"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "uikitMain",
|
||||
"dependsOn": [
|
||||
"darwinMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.compose.ui:ui-unit",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.ui:ui-util",
|
||||
"org.jetbrains.compose.ui:ui-geometry",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"org.jetbrains.compose.collection-internal:collection",
|
||||
"org.jetbrains.skiko:skiko"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "uikitMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user