{"id":26947258,"url":"https://github.com/r8vnhill/echo-app-kt","last_synced_at":"2026-05-13T21:35:41.740Z","repository":{"id":256845664,"uuid":"856595192","full_name":"r8vnhill/echo-app-kt","owner":"r8vnhill","description":"A Kotlin multi-module project that demonstrates how to centralize build logic using convention plugins with Gradle Kotlin DSL.","archived":false,"fork":false,"pushed_at":"2025-07-08T01:15:58.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T02:59:44.636Z","etag":null,"topics":["build-logic","convention-plugins","gradle","gradle-plugin","kotlin","kotlin-dsl","multimodule","project-structure","software-architecture","version-catalog"],"latest_commit_sha":null,"homepage":"https://dibs.ravenhill.cl","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r8vnhill.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,"zenodo":null}},"created_at":"2024-09-12T21:09:54.000Z","updated_at":"2025-07-08T01:17:53.000Z","dependencies_parsed_at":"2025-06-26T08:03:49.971Z","dependency_job_id":"ca728ec0-5056-4869-aeb1-ee5850990474","html_url":"https://github.com/r8vnhill/echo-app-kt","commit_stats":null,"previous_names":["r8vnhill/echo-app-kt"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/r8vnhill/echo-app-kt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-kt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-kt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-kt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-kt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r8vnhill","download_url":"https://codeload.github.com/r8vnhill/echo-app-kt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fecho-app-kt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33001284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["build-logic","convention-plugins","gradle","gradle-plugin","kotlin","kotlin-dsl","multimodule","project-structure","software-architecture","version-catalog"],"created_at":"2025-04-02T20:18:52.240Z","updated_at":"2026-05-13T21:35:41.734Z","avatar_url":"https://github.com/r8vnhill.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# echo-app-kt: A simple Kotlin CLI to understand Gradle and the Kotlin ecosystem\n\n[![License: BSD-2-Clause](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](./LICENSE)\n[![Kotlin](https://img.shields.io/badge/kotlin-2.2.0-blue?logo=kotlin)](https://kotlinlang.org/docs/getting-started.html)\n[![Educational](https://img.shields.io/badge/purpose-educational-yellow)](https://dibs.ravenhill.cl)\n[![Status](https://img.shields.io/badge/status-stable-brightgreen)]()\n[![DIBS Site](https://img.shields.io/badge/website-dibs.ravenhill.cl-purple)](https://dibs.ravenhill.cl)\n\nA command-line application written in **Kotlin**, designed to introduce **Gradle** and the **Kotlin ecosystem** through a clean, idiomatic, and reproducible example. This project accompanies lessons from\nthe [DIBS course](https://dibs.ravenhill.cl), focused on building well-structured and maintainable software libraries.\n\n\u003e [!note]\n\u003e The course is taught in Spanish, but **all repository content is in English** to ensure accessibility and broader\n\u003e adoption.\n\n## 📖 Table of Contents\n\n- [echo-app-kt: A simple Kotlin CLI to understand Gradle and the Kotlin ecosystem](#echo-app-kt-a-simple-kotlin-cli-to-understand-gradle-and-the-kotlin-ecosystem)\n  - [📖 Table of Contents](#-table-of-contents)\n  - [🎓 Lessons](#-lessons)\n  - [🔍 Overview](#-overview)\n  - [📝 Getting Started](#-getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Clone \\\u0026 Compile](#clone--compile)\n  - [🛡️ License](#️-license)\n  - [🌐 DIBS Website](#-dibs-website)\n\n## 🎓 Lessons\n\nThis repository is part of the following DIBS course lesson:\n\n- 📘 **[Creating a Basic Project with Gradle](https://dibs.ravenhill.cl/docs/build-systems/init/gradle)**  \n    Learn how to set up a basic (empty) Gradle project with Kotlin, including the necessary files and structure to get started.\n\n## 🔍 Overview\n\nThis application is intentionally simple — its purpose is not to showcase complex logic, but to serve as an **educational scaffold** to explore:\n\n- The role of Gradle and the `build.gradle.kts` file\n- The structure of a modern Kotlin project\n- How the `gradle` CLI facilitates creation, compilation, and execution\n- Best practices for reproducible builds and configuration\n\nThe program simply echoes messages passed as arguments — but the lesson is in the setup, not the output.\n\n## 📝 Getting Started\n\n### Prerequisites\n\n- [JDK 11 or later](https://openjdk.java.net/install/)\n- PowerShell (Windows) or a terminal with `bash`\n- Git\n\n\u003e See the [lesson documentation](https://dibs.ravenhill.cl/docs/installation) for OS-specific install\n\u003e scripts.\n\n### Clone \u0026 Compile\n\n```bash\ngit clone https://github.com/r8vnhill/echo-app-kt.git\ncd echo-app-kt\n./gradlew build\n```\n\n## 🛡️ License\n\nReleased under the **[BSD 2-Clause License](./LICENSE)**.\n\nYou are free to use, adapt, and share this code in personal or educational contexts, as long as attribution is provided.\n\n## 🌐 DIBS Website\n\nThe full course — *Diseño e Implementación de Bibliotecas de Software* — is available at:\n\n👉 [https://dibs.ravenhill.cl](https://dibs.ravenhill.cl)\n\nThere you'll find complete lessons, slides, exercises, and complementary resources (in Spanish).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr8vnhill%2Fecho-app-kt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr8vnhill%2Fecho-app-kt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr8vnhill%2Fecho-app-kt/lists"}