II.
Language JSON
Structured · livelanguage:kotlin
Kotlin json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "language:kotlin",
"_kind": "Language",
"_file": "domain/languages/kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kotlin",
"paradigms": [
"object-oriented",
"functional"
],
"description": "Kotlin is a concise, statically-typed, multi-paradigm language that runs\non the JVM, in the browser (Kotlin/JS), and as native binaries\n(Kotlin/Native). Developed by JetBrains, it became the preferred\nlanguage for Android development in 2019.\n\nKey features include null safety, coroutines for async programming,\nextension functions, data classes, sealed classes, and a powerful\nstandard library. Kotlin Multiplatform (KMP) allows sharing business\nlogic across Android, iOS, and the web. On the server side, Spring Boot\nand Ktor are common frameworks. It is fully interoperable with Java.\n"
},
"outgoingEdges": [
{
"from": "language:kotlin",
"to": "skill-area:android-native",
"kind": "used_by_skill_area",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "framework:javalin",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "framework:jetpack-compose",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "framework:compose-multiplatform",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "framework:ktor-server",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:ktor",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:exposed",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:kotest",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:arrow-kt",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:koin",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:hilt",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:room",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:retrofit-kt",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:coroutines",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "skill-area:android-native",
"to": "language:kotlin",
"kind": "uses_language"
},
{
"from": "skill-area:android-native",
"to": "language:kotlin",
"kind": "uses_language",
"attributes": {}
},
{
"from": "stack-profile:kotlin-ktor-exposed",
"to": "language:kotlin",
"kind": "composed_of"
},
{
"from": "scope-boundary:kotlin.scope",
"to": "language:kotlin",
"kind": "bounds_subject"
}
]
}