{"id":13611289,"url":"https://github.com/rickbusarow/ModuleCheck","last_synced_at":"2025-04-13T04:34:00.336Z","repository":{"id":37000625,"uuid":"316627145","full_name":"rickbusarow/ModuleCheck","owner":"rickbusarow","description":"Fast dependency graph validation for Gradle","archived":false,"fork":false,"pushed_at":"2024-11-04T12:19:16.000Z","size":29246,"stargazers_count":129,"open_issues_count":86,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-05T07:11:31.337Z","etag":null,"topics":["android","android-library","gradle","kotlin","multi-module"],"latest_commit_sha":null,"homepage":"https://rickbusarow.github.io/ModuleCheck/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rickbusarow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-28T00:31:32.000Z","updated_at":"2024-09-27T00:54:49.000Z","dependencies_parsed_at":"2023-12-25T10:46:11.385Z","dependency_job_id":"2bd81988-2434-4859-bbaa-92ff7418b8c0","html_url":"https://github.com/rickbusarow/ModuleCheck","commit_stats":{"total_commits":1620,"total_committers":9,"mean_commits":180.0,"dds":0.632716049382716,"last_synced_commit":"5934de0bc8edc688b088324437b05a974073267e"},"previous_names":["rbusarow/modulecheck"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickbusarow%2FModuleCheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickbusarow%2FModuleCheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickbusarow%2FModuleCheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickbusarow%2FModuleCheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rickbusarow","download_url":"https://codeload.github.com/rickbusarow/ModuleCheck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223568162,"owners_count":17166611,"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","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":["android","android-library","gradle","kotlin","multi-module"],"created_at":"2024-08-01T19:01:53.813Z","updated_at":"2025-04-13T04:34:00.329Z","avatar_url":"https://github.com/rickbusarow.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"[![Maven Central](https://img.shields.io/maven-central/v/com.rickbusarow.modulecheck/modulecheck-api?style=flat-square)](https://search.maven.org/search?q=com.rickbusarow.modulecheck)\n[![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/com.rickbusarow.module-check?style=flat-square)](https://plugins.gradle.org/plugin/com.rickbusarow.module-check)\n[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.rickbusarow.modulecheck/modulecheck-api?label=snapshots\u0026server=https%3A%2F%2Foss.sonatype.org\u0026style=flat-square)](https://oss.sonatype.org/#nexus-search;quick~com.rickbusarow.modulecheck)\n[![License](https://img.shields.io/badge/license-apache2.0-blue?style=flat-square.svg)](https://opensource.org/licenses/Apache-2.0)\n\n\n### This is a work in progress, in a very early state, and there are bugs.\n\n___\n\nModuleCheck identifies unused **internal** (sub-project) dependencies within a Gradle project.\n\nIt does this **without performing a build**, which makes the parsing extremely fast.\n\nAll inspection is done using Gradle build files, Java/Kotlin source, and `res` xml files for Kotlin.\n\nDocumentation is at [https://rickbusarow.github.io/ModuleCheck](https://rbusarow.github.io/ModuleCheck/).\n\nFor snapshots, use the \"next\" version for documentation: https://rickbusarow.github.io/ModuleCheck/docs/next/\n\n![Diagram of flattening module structure](website/static/img/modulecheck_diagram.png)\n\n### Config\n```kotlin\n// settings.gradle.kts\n\npluginManagement {\n  repositories {\n    gradlePluginPortal()\n    // Add for SNAPSHOT builds\n    maven(\"https://oss.sonatype.org/content/repositories/snapshots/\")\n  }\n}\n```\n\n\u003c!--doks modulecheck-plugin-stable:1--\u003e\n```kotlin\n// top-level build.gradle.kts\n\nplugins {\n  id(\"com.rickbusarow.module-check\") version \"0.12.5\"\n}\n```\n\u003c!--doks END--\u003e\n\n### Tasks\n\nall checks\n```shell\n./gradlew moduleCheck\n```\nall checks with auto-correct\n```shell\n./gradlew moduleCheckAuto\n```\n\n## License\n\n``` text\nCopyright (C) 2021-2023 Rick Busarow\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n     https://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickbusarow%2FModuleCheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickbusarow%2FModuleCheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickbusarow%2FModuleCheck/lists"}