{ "projectStructure": { "formatVersion": "0.3.3", "isPublishedAsRoot": "true", "variants": [ { "name": "androidApiElements", "sourceSet": [ "commonMain" ] }, { "name": "androidRuntimeElements", "sourceSet": [ "commonMain" ] }, { "name": "iosArm64ApiElements", "sourceSet": [ "nativeMain", "jvmNativeMain", "commonMain" ] }, { "name": "iosSimulatorArm64ApiElements", "sourceSet": [ "nativeMain", "jvmNativeMain", "commonMain" ] }, { "name": "iosX64ApiElements", "sourceSet": [ "nativeMain", "jvmNativeMain", "commonMain" ] }, { "name": "jvmApiElements", "sourceSet": [ "jvmNativeMain", "commonMain" ] }, { "name": "jvmRuntimeElements", "sourceSet": [ "jvmNativeMain", "commonMain" ] }, { "name": "linuxArm64ApiElements", "sourceSet": [ "nativeMain", "jvmNativeMain", "commonMain" ] }, { "name": "linuxX64ApiElements", "sourceSet": [ "nativeMain", "jvmNativeMain", "commonMain" ] }, { "name": "macosArm64ApiElements", "sourceSet": [ "nativeMain", "jvmNativeMain", "commonMain" ] }, { "name": "macosX64ApiElements", "sourceSet": [ "nativeMain", "jvmNativeMain", "commonMain" ] } ], "sourceSets": [ { "name": "commonMain", "dependsOn": [], "moduleDependency": [ "org.jetbrains.kotlin:kotlin-stdlib", "androidx.paging:paging-common", "androidx.room:room-runtime" ], "binaryLayout": "klib" }, { "name": "jvmNativeMain", "dependsOn": [ "commonMain" ], "moduleDependency": [ "org.jetbrains.kotlin:kotlin-stdlib", "androidx.paging:paging-common", "androidx.room:room-runtime" ], "binaryLayout": "klib" }, { "name": "nativeMain", "dependsOn": [ "jvmNativeMain" ], "moduleDependency": [ "androidx.paging:paging-common", "androidx.room:room-runtime", "org.jetbrains.kotlinx:atomicfu" ], "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", "binaryLayout": "klib" } ] } }