kmp init
This commit is contained in:
@ -0,0 +1,263 @@
|
||||
{
|
||||
"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": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "iosSimulatorArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "iosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsApiElements",
|
||||
"sourceSet": [
|
||||
"webMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsRuntimeElements",
|
||||
"sourceSet": [
|
||||
"webMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "linuxArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "linuxX64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macosArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "mingwX64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tvosArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tvosSimulatorArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tvosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasmJsApiElements",
|
||||
"sourceSet": [
|
||||
"webMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasmJsRuntimeElements",
|
||||
"sourceSet": [
|
||||
"webMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "watchosArm32ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "watchosArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "watchosSimulatorArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "watchosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"nativeMain",
|
||||
"nonJvmMain",
|
||||
"commonMain"
|
||||
]
|
||||
}
|
||||
],
|
||||
"sourceSets": [
|
||||
{
|
||||
"name": "commonMain",
|
||||
"dependsOn": [],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.androidx.lifecycle:lifecycle-common",
|
||||
"org.jetbrains.compose.annotation-internal:annotation"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "jvmMain",
|
||||
"dependsOn": [
|
||||
"commonMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.androidx.lifecycle:lifecycle-common",
|
||||
"org.jetbrains.compose.annotation-internal:annotation",
|
||||
"androidx.arch.core:core-common"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "nativeMain",
|
||||
"dependsOn": [
|
||||
"nonJvmMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.androidx.lifecycle:lifecycle-common",
|
||||
"org.jetbrains.compose.annotation-internal:annotation"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "nativeMain-cinterop",
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "nonJvmMain",
|
||||
"dependsOn": [
|
||||
"commonMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.androidx.lifecycle:lifecycle-common",
|
||||
"org.jetbrains.compose.annotation-internal:annotation"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "webMain",
|
||||
"dependsOn": [
|
||||
"nonJvmMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.androidx.lifecycle:lifecycle-common",
|
||||
"org.jetbrains.compose.annotation-internal:annotation"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user