[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7172":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":24,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":36,"readmeContent":37,"aiSummary":38,"trendingCount":16,"starSnapshotCount":16,"syncStatus":39,"lastSyncTime":40,"discoverSource":41},7172,"coil","coil-kt\u002Fcoil","coil-kt","Image loading for Android and Compose Multiplatform.","https:\u002F\u002Fcoil-kt.github.io\u002Fcoil\u002F",null,"Kotlin",11814,763,106,53,0,13,46,5,43.65,"Apache License 2.0",false,"main",true,[26,27,28,29,30,31,32,33,34,35],"android","androidx","compose","compose-multiplatform","coroutines","image-loader","images","kotlin","kotlin-coroutines","okio","2026-06-12 02:01:35","﻿![Coil](logo.svg)\n\nAn image loading library for [Android](https:\u002F\u002Fwww.android.com\u002F) and [Compose Multiplatform](https:\u002F\u002Fwww.jetbrains.com\u002Flp\u002Fcompose-multiplatform\u002F). Coil is:\n\n- **Fast**: Coil performs a number of optimizations including memory and disk caching, downsampling the image, automatically pausing\u002Fcancelling requests, and more.\n- **Lightweight**: Coil only depends on Kotlin, Coroutines, and Okio and works seamlessly with Google's R8 code shrinker.\n- **Easy to use**: Coil's API leverages Kotlin's language features for simplicity and minimal boilerplate.\n- **Modern**: Coil is Kotlin-first and interoperates with modern libraries including Compose, Coroutines, Okio, OkHttp, and Ktor.\n\nCoil is an acronym for: **Co**routine **I**mage **L**oader.\n\nTranslations: [日本語](README-ja.md), [한국어](README-ko.md), [Русский](README-ru.md), [Svenska](README-sv.md), [Türkçe](README-tr.md), [中文](README-zh.md), [پارسی](README-fa.md), [O'zbekcha](README-uz.md)\n\n## Quick Start\n\nImport the Compose library and a [networking library](https:\u002F\u002Fcoil-kt.github.io\u002Fcoil\u002Fnetwork\u002F):\n\n```kotlin\nimplementation(\"io.coil-kt.coil3:coil-compose:3.4.0\")\nimplementation(\"io.coil-kt.coil3:coil-network-okhttp:3.4.0\")\n```\n\nTo load an image, use the `AsyncImage` composable:\n\n```kotlin\nAsyncImage(\n    model = \"https:\u002F\u002Fexample.com\u002Fimage.jpg\",\n    contentDescription = null,\n)\n```\n\nCheck out Coil's [full documentation here](https:\u002F\u002Fcoil-kt.github.io\u002Fcoil\u002Fgetting_started\u002F).\n\n## License\n\n    Copyright 2025 Coil Contributors\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       https:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","Coil 是一个针对 Android 和 Compose Multiplatform 的图像加载库。它通过内存和磁盘缓存、图像降采样以及自动暂停\u002F取消请求等多种优化手段，确保了图片加载的高效性；同时，由于仅依赖于 Kotlin、Coroutines 和 Okio，使得其保持了轻量级的特点，并且能够无缝集成到使用 R8 代码压缩工具的应用中。Coil 的 API 设计简洁易用，充分利用了 Kotlin 的语言特性来减少冗余代码。此外，Coil 兼容包括 Compose 在内的多种现代开发库，支持最新的开发趋势。适用于需要快速、可靠地在移动应用或跨平台 UI 中显示网络图片的各种场景。",2,"2026-06-11 03:10:57","top_language"]