Initial commit

This commit is contained in:
2025-09-17 11:31:16 -03:00
commit 38c87e0d1c
100 changed files with 13378 additions and 0 deletions

View File

@@ -0,0 +1,257 @@
{
"projectStructure": {
"formatVersion": "0.3.3",
"isPublishedAsRoot": "true",
"variants": [
{
"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": "watchosDeviceArm64ApiElements",
"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",
"androidx.lifecycle:lifecycle-common",
"androidx.annotation:annotation"
],
"binaryLayout": "klib"
},
{
"name": "jvmMain",
"dependsOn": [
"commonMain"
],
"moduleDependency": [
"org.jetbrains.kotlin:kotlin-stdlib",
"androidx.lifecycle:lifecycle-common",
"androidx.annotation:annotation",
"androidx.arch.core:core-common"
],
"binaryLayout": "klib"
},
{
"name": "nativeMain",
"dependsOn": [
"nonJvmMain"
],
"moduleDependency": [
"androidx.lifecycle:lifecycle-common",
"androidx.annotation:annotation"
],
"sourceSetCInteropMetadataDirectory": "nativeMain-cinterop",
"binaryLayout": "klib"
},
{
"name": "nonJvmMain",
"dependsOn": [
"commonMain"
],
"moduleDependency": [
"org.jetbrains.kotlin:kotlin-stdlib",
"androidx.lifecycle:lifecycle-common",
"androidx.annotation:annotation"
],
"binaryLayout": "klib"
},
{
"name": "webMain",
"dependsOn": [
"nonJvmMain"
],
"moduleDependency": [
"org.jetbrains.kotlin:kotlin-stdlib",
"androidx.lifecycle:lifecycle-common",
"androidx.annotation:annotation"
],
"binaryLayout": "klib"
}
]
}
}