{"id":13512029,"url":"https://github.com/vert-x3/vertx-lang-kotlin","last_synced_at":"2026-01-20T06:00:56.668Z","repository":{"id":37883867,"uuid":"72456215","full_name":"vert-x3/vertx-lang-kotlin","owner":"vert-x3","description":"Vert.x for Kotlin","archived":false,"fork":false,"pushed_at":"2025-12-18T14:16:08.000Z","size":3017,"stargazers_count":297,"open_issues_count":10,"forks_count":65,"subscribers_count":21,"default_branch":"master","last_synced_at":"2026-01-14T04:57:31.088Z","etag":null,"topics":["async","coroutines","kotlin","non-blocking","vertx"],"latest_commit_sha":null,"homepage":"","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/vert-x3.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-10-31T16:35:38.000Z","updated_at":"2025-12-19T03:25:26.000Z","dependencies_parsed_at":"2023-01-30T00:30:23.521Z","dependency_job_id":"f8fd02b9-3b08-4cc5-944a-b25bb3fb30bd","html_url":"https://github.com/vert-x3/vertx-lang-kotlin","commit_stats":{"total_commits":533,"total_committers":37,"mean_commits":"14.405405405405405","dds":0.3714821763602252,"last_synced_commit":"f6e3db37056a478bf8085168e6eeacff733a06a2"},"previous_names":[],"tags_count":134,"template":false,"template_full_name":null,"purl":"pkg:github/vert-x3/vertx-lang-kotlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-lang-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-lang-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-lang-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-lang-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vert-x3","download_url":"https://codeload.github.com/vert-x3/vertx-lang-kotlin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-lang-kotlin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["async","coroutines","kotlin","non-blocking","vertx"],"created_at":"2024-08-01T03:01:25.678Z","updated_at":"2026-01-20T06:00:56.661Z","avatar_url":"https://github.com/vert-x3.png","language":"Kotlin","funding_links":[],"categories":["Kotlin","Language Support"],"sub_categories":[],"readme":"= Vert.x for Kotlin\n\nimage:https://github.com/vert-x3/vertx-lang-kotlin/actions/workflows/ci-5.x.yml/badge.svg[\"Build Status (5.x)\",link=\"https://github.com/vert-x3/vertx-lang-kotlin/actions/workflows/ci-5.x.yml\"]\nimage:https://github.com/vert-x3/vertx-lang-kotlin/actions/workflows/ci-4.x.yml/badge.svg[\"Build Status (4.x)\",link=\"https://github.com/vert-x3/vertx-lang-kotlin/actions/workflows/ci-4.x.yml\"]\nimage:https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat[\"GitHub license\",link=\"http://www.apache.org/licenses/LICENSE-2.0\"]\nimage:https://img.shields.io/badge/kotlin-2.3.0-blue.svg[\"Kotlin version badge\",link=\"https://kotlinlang.org\"]\nimage:https://img.shields.io/badge/kotlinx.coroutines-1.10.2-blue.svg[\"Coroutines version badge\",link=\"https://github.com/Kotlin/kotlinx.coroutines#kotlinxcoroutines\"]\n\nThis is the repository for http://kotlinlang.org[Kotlin] language support for http://vertx.io/docs[Vert.x].\n\nThe following modules are available in this project:\n\n* `vertx-lang-kotlin` contains extension functions for the majority of Vert.x libraries.\n* `vertx-lang-kotlin-coroutines` contains coroutines support for https://vertx.io/docs/vertx-lang-kotlin-coroutines/kotlin/[Vert.x].\n\n== Contributing\n\n=== Extending Vert.x for Kotlin\n\nKotlin's extensions are developed in this link:vertx-lang-kotlin/src/main/java/io/vertx/kotlin[directory].\n\nFor instance `vertx-core` extensions are in the `io.vertx.kotlin.core` package, etc...\n\nExtensions needs to be tested and link:vertx-lang-kotlin/src/main/asciidoc/vertx-core/kotlin/index.adoc[documented].\n\n=== Bumping Kotlin version\n\nThere are a couple of rules to follow before increasing the project versions:\n\n* If changing one between `kotlin` and `kotlinx.coroutines` version, make sure that all transitive dependencies, like\n`kotlin-stdlib`, still match between the two versions.\n\nKotlin evolves fast, so just change the project versions, test it, and shot a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-lang-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvert-x3%2Fvertx-lang-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-lang-kotlin/lists"}