{"id":15673203,"url":"https://github.com/thebino/kmmlib","last_synced_at":"2025-05-06T22:25:02.630Z","repository":{"id":117651394,"uuid":"379670088","full_name":"thebino/KMMLib","owner":"thebino","description":"📦 Showcase to publish a kotlin multiplatform mobile Library to github packages","archived":false,"fork":false,"pushed_at":"2021-06-23T18:04:48.000Z","size":64,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T03:32:22.690Z","etag":null,"topics":["android","android-library","github-packages","kotlin-multiplatform-library","kotlin-multiplatform-mobile"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/thebino.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,"publiccode":null,"codemeta":null}},"created_at":"2021-06-23T16:45:17.000Z","updated_at":"2025-01-17T09:18:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb3ba4ac-b55d-4560-a620-8168e3076afd","html_url":"https://github.com/thebino/KMMLib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebino%2FKMMLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebino%2FKMMLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebino%2FKMMLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebino%2FKMMLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebino","download_url":"https://codeload.github.com/thebino/KMMLib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252777828,"owners_count":21802652,"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","github-packages","kotlin-multiplatform-library","kotlin-multiplatform-mobile"],"created_at":"2024-10-03T15:38:25.187Z","updated_at":"2025-05-06T22:25:02.604Z","avatar_url":"https://github.com/thebino.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KMMLib\n\nJust a simple showcase how to *publish a kotlin multiplatform mobile library* to github packages.multiplatform\n\n## usage\nTo use the package inside your application, just add the github repository to your repository list.\n\n\u003e Add the credentials section if the repository isn't public\n\n```kotlin\nallprojects {\n    repositories {\n        google()\n        mavenCentral()\n        maven {\n            name = \"Github Packages\"\n            url = uri(\"https://maven.pkg.github.com/thebino/KMMLib\")\n            credentials {\n                username = GITHUB_USER\n                password = GITHUB_TOKEN\n            }\n        }\n    }\n}\n\ndependencies {\n    implementation(\"com.example.mysharedlib:shared:0.1.1\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebino%2Fkmmlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebino%2Fkmmlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebino%2Fkmmlib/lists"}