{"id":30144146,"url":"https://github.com/icerockdev/moko","last_synced_at":"2025-08-11T07:38:20.640Z","repository":{"id":100053107,"uuid":"293197980","full_name":"icerockdev/moko","owner":"icerockdev","description":"MOKO libraries umbrella project","archived":false,"fork":false,"pushed_at":"2024-04-17T15:14:37.000Z","size":87,"stargazers_count":9,"open_issues_count":17,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-07T05:04:00.755Z","etag":null,"topics":["moko"],"latest_commit_sha":null,"homepage":"https://moko.icerock.dev/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icerockdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-09-06T03:44:20.000Z","updated_at":"2024-04-17T15:14:42.000Z","dependencies_parsed_at":"2023-05-03T23:11:30.719Z","dependency_job_id":null,"html_url":"https://github.com/icerockdev/moko","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/icerockdev/moko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icerockdev%2Fmoko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icerockdev%2Fmoko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icerockdev%2Fmoko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icerockdev%2Fmoko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icerockdev","download_url":"https://codeload.github.com/icerockdev/moko/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icerockdev%2Fmoko/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269849598,"owners_count":24485153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["moko"],"created_at":"2025-08-11T07:38:17.461Z","updated_at":"2025-08-11T07:38:20.629Z","avatar_url":"https://github.com/icerockdev.png","language":null,"readme":"now gradle's dependencies substitution can't correct share output KMP artifacts to other\n includeBuilds, so this repository now unusable. \n\n# Dependencies graph\n![Alt text](https://g.gravizo.com/source/custom_mark10?https%3A%2F%2Fraw.githubusercontent.com%2Ficerockdev%2Fmoko%2Fmaster%2FREADME.md)\n\u003cdetails\u003e \n\u003csummary\u003e\u003c/summary\u003e\ncustom_mark10\n  digraph MOKO {\n     graphics [label=\"moko-graphics\"];\n     parcelize [label=\"moko-parcelize\"];\n     resources [label=\"moko-resources\"];\n     mvvmCore [label=\"moko-mvvm-core\"];\n     mvvmLiveData [label=\"moko-mvvm-livedata\"];\n     units [label=\"moko-units\",rank=0];\n     unitsBasic [label=\"moko-units-basic\"];\n     fields [label=\"moko-fields\"];\n     permissions [label=\"moko-permissions\"];\n     media [label=\"moko-media\"];\n     geo [label=\"moko-geo\"];\n     errors [label=\"moko-errors\"];\n     paging [label=\"moko-paging\"];\n     network [label=\"moko-network\"];\n     networkErrors [label=\"moko-network-errors\"];\n     maps [label=\"moko-maps\"];\n     mapsGoogle [label=\"moko-maps-google\"];\n     mapsMapbox [label=\"moko-maps-mapbox\"];\n     socket [label=\"moko-socket-io\"];\n     crashReporting [label=\"moko-crash-reporting\"];\n     crashReportingCrashlytics [label=\"moko-crash-reporting-crashlytics\"];\n     crashReportingNapier [label=\"moko-crash-reporting-napier\"];\n     tensorflow [label=\"moko-tensorflow\"];\n     widgets [label=\"moko-widgets\"];\n     biometry [label=\"moko-biometry\"];\n     test [label=\"moko-test\"]\n     ranksep=1;\n     {rank=same; graphics; parcelize; units; network; permissions; crashReporting; socket; mvvmCore; test}\n     {rank=same; resources; media; geo; crashReportingCrashlytics; crashReportingNapier}\n     {rank=same; mvvmLiveData; tensorflow; unitsBasic; maps; errors; biometry}\n     {rank=same; networkErrors; paging; fields; mapsMapbox; mapsGoogle}\n     resources -\u003e graphics;\n     resources -\u003e parcelize;\n     mvvmLiveData -\u003e mvvmCore;\n     mvvmLiveData -\u003e resources;\n     unitsBasic -\u003e units;\n     unitsBasic -\u003e resources;\n     unitsBasic -\u003e graphics;\n     fields -\u003e mvvmLiveData;\n     fields -\u003e resources;\n     media -\u003e permissions;\n     geo -\u003e permissions;\n     errors -\u003e mvvmCore;\n     errors -\u003e resources;\n     paging -\u003e mvvmLiveData;\n     maps -\u003e geo;\n     maps -\u003e resources;\n     maps -\u003e graphics;\n     mapsGoogle -\u003e maps;\n     mapsMapbox -\u003e maps;\n     tensorflow -\u003e resources;\n     widgets -\u003e resources;\n     widgets -\u003e mvvmLiveData;\n     widgets -\u003e fields;\n     widgets -\u003e units;\n     widgets -\u003e graphics;\n     widgets -\u003e parcelize;\n     networkErrors -\u003e network;\n     networkErrors -\u003e errors;\n     crashReportingCrashlytics -\u003e crashReporting;\n     crashReportingNapier -\u003e crashReporting;\n     biometry -\u003e resources;\n }\ncustom_mark10\n\u003c/details\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficerockdev%2Fmoko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficerockdev%2Fmoko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficerockdev%2Fmoko/lists"}