II.
Framework JSON
Structured · liveframework:compose-multiplatform
Compose Multiplatform json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:compose-multiplatform",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-server-mobile.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Compose Multiplatform",
"homepageUrl": "https://www.jetbrains.com/compose-multiplatform",
"belongsToLanguageId": "language:kotlin",
"category": "mobile-framework",
"description": "Compose Multiplatform is JetBrains' framework for sharing UI code across Android,\niOS, desktop, and web using Kotlin and Jetpack Compose APIs. It enables a single\ncodebase for cross-platform applications while retaining native look and feel.\n"
},
"outgoingEdges": [
{
"from": "framework:compose-multiplatform",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "framework:compose-multiplatform",
"to": "skill-area:android-native",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:compose-multiplatform",
"to": "framework:flutter",
"kind": "alternative_to",
"attributes": {
"comparison": "Mobile / cross-platform UI frameworks"
}
},
{
"from": "framework:compose-multiplatform",
"to": "framework:swiftui",
"kind": "alternative_to",
"attributes": {
"comparison": "Mobile / cross-platform UI frameworks"
}
},
{
"from": "framework:compose-multiplatform",
"to": "framework:jetpack-compose",
"kind": "alternative_to",
"attributes": {
"comparison": "Mobile / cross-platform UI frameworks"
}
},
{
"from": "framework:compose-multiplatform",
"to": "framework:maui",
"kind": "alternative_to",
"attributes": {
"comparison": "Mobile / cross-platform UI frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:flutter",
"to": "framework:compose-multiplatform",
"kind": "alternative_to",
"attributes": {
"comparison": "Mobile / cross-platform UI frameworks"
}
},
{
"from": "framework:swiftui",
"to": "framework:compose-multiplatform",
"kind": "alternative_to",
"attributes": {
"comparison": "Mobile / cross-platform UI frameworks"
}
},
{
"from": "framework:jetpack-compose",
"to": "framework:compose-multiplatform",
"kind": "alternative_to",
"attributes": {
"comparison": "Mobile / cross-platform UI frameworks"
}
},
{
"from": "framework:maui",
"to": "framework:compose-multiplatform",
"kind": "alternative_to",
"attributes": {
"comparison": "Mobile / cross-platform UI frameworks"
}
}
]
}