kmp init
This commit is contained in:
@ -0,0 +1,249 @@
|
||||
{
|
||||
"projectStructure": {
|
||||
"formatVersion": "0.3.3",
|
||||
"isPublishedAsRoot": "true",
|
||||
"variants": [
|
||||
{
|
||||
"name": "debugApiElements",
|
||||
"sourceSet": [
|
||||
"jvmAndAndroidMain",
|
||||
"blockingMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "debugRuntimeElements",
|
||||
"sourceSet": [
|
||||
"jvmAndAndroidMain",
|
||||
"blockingMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "releaseApiElements",
|
||||
"sourceSet": [
|
||||
"jvmAndAndroidMain",
|
||||
"blockingMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "releaseRuntimeElements",
|
||||
"sourceSet": [
|
||||
"jvmAndAndroidMain",
|
||||
"blockingMain",
|
||||
"commonMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "desktopApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"skikoMain",
|
||||
"jvmAndAndroidMain",
|
||||
"blockingMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "desktopRuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"skikoMain",
|
||||
"jvmAndAndroidMain",
|
||||
"blockingMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "iosArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"iosMain",
|
||||
"appleMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"skikoMain",
|
||||
"blockingMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "iosSimulatorArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"iosMain",
|
||||
"appleMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"skikoMain",
|
||||
"blockingMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "iosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"iosMain",
|
||||
"appleMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"skikoMain",
|
||||
"blockingMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"webMain",
|
||||
"skikoMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "jsRuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"webMain",
|
||||
"skikoMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macosArm64ApiElements",
|
||||
"sourceSet": [
|
||||
"macosMain",
|
||||
"appleMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"skikoMain",
|
||||
"blockingMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macosX64ApiElements",
|
||||
"sourceSet": [
|
||||
"macosMain",
|
||||
"appleMain",
|
||||
"nativeMain",
|
||||
"commonMain",
|
||||
"skikoMain",
|
||||
"blockingMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasmJsApiElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"webMain",
|
||||
"skikoMain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasmJsRuntimeElements",
|
||||
"sourceSet": [
|
||||
"commonMain",
|
||||
"webMain",
|
||||
"skikoMain"
|
||||
]
|
||||
}
|
||||
],
|
||||
"sourceSets": [
|
||||
{
|
||||
"name": "appleMain",
|
||||
"dependsOn": [
|
||||
"nativeMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.foundation:foundation",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "appleMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "blockingMain",
|
||||
"dependsOn": [
|
||||
"commonMain"
|
||||
],
|
||||
"moduleDependency": [],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "commonMain",
|
||||
"dependsOn": [],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib"
|
||||
],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "iosMain",
|
||||
"dependsOn": [
|
||||
"appleMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.foundation:foundation",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "iosMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "jvmAndAndroidMain",
|
||||
"dependsOn": [
|
||||
"blockingMain"
|
||||
],
|
||||
"moduleDependency": [],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "macosMain",
|
||||
"dependsOn": [
|
||||
"appleMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.foundation:foundation",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "macosMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "nativeMain",
|
||||
"dependsOn": [
|
||||
"commonMain",
|
||||
"skikoMain",
|
||||
"blockingMain"
|
||||
],
|
||||
"moduleDependency": [
|
||||
"org.jetbrains.kotlin:kotlin-stdlib",
|
||||
"org.jetbrains.compose.runtime:runtime",
|
||||
"org.jetbrains.compose.foundation:foundation",
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-core"
|
||||
],
|
||||
"sourceSetCInteropMetadataDirectory": "nativeMain-cinterop",
|
||||
"binaryLayout": "klib",
|
||||
"hostSpecific": "true"
|
||||
},
|
||||
{
|
||||
"name": "skikoMain",
|
||||
"dependsOn": [
|
||||
"commonMain"
|
||||
],
|
||||
"moduleDependency": [],
|
||||
"binaryLayout": "klib"
|
||||
},
|
||||
{
|
||||
"name": "webMain",
|
||||
"dependsOn": [
|
||||
"skikoMain"
|
||||
],
|
||||
"moduleDependency": [],
|
||||
"binaryLayout": "klib"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user