II.
Library JSON
Structured · livelibrary:hilt
Hilt json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:hilt",
"_kind": "Library",
"_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Hilt",
"belongsToLanguageId": "language:kotlin",
"category": "other",
"description": "Android dependency injection library built on Dagger that provides\na standard way to incorporate DI into applications with compile-time\ncorrectness, reduced boilerplate, and component integration for ViewModel, WorkManager, and Navigation.\n"
},
"outgoingEdges": [
{
"from": "library:hilt",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:hilt",
"to": "skill-area:android-native",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:dagger-java",
"to": "library:hilt",
"kind": "alternative_to"
},
{
"from": "library:koin",
"to": "library:hilt",
"kind": "alternative_to"
}
]
}