{"id":23483871,"url":"https://github.com/codesmell/aoc_2021","last_synced_at":"2025-09-13T03:42:49.082Z","repository":{"id":108722429,"uuid":"434323631","full_name":"CodeSmell/aoc_2021","owner":"CodeSmell","description":"Advent of Code (2021)","archived":false,"fork":false,"pushed_at":"2021-12-07T19:34:50.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-16T09:20:32.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/CodeSmell.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-12-02T18:01:01.000Z","updated_at":"2021-12-07T19:34:53.000Z","dependencies_parsed_at":"2023-03-10T18:46:00.985Z","dependency_job_id":null,"html_url":"https://github.com/CodeSmell/aoc_2021","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/CodeSmell%2Faoc_2021","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeSmell%2Faoc_2021/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeSmell%2Faoc_2021/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeSmell%2Faoc_2021/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeSmell","download_url":"https://codeload.github.com/CodeSmell/aoc_2021/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799985,"owners_count":21163404,"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":[],"created_at":"2024-12-24T21:16:25.036Z","updated_at":"2025-04-14T00:19:29.754Z","avatar_url":"https://github.com/CodeSmell.png","language":"Kotlin","readme":"# Advent of Code (2021)\nThe Advent of Code puzzles for each day are available [here](https://adventofcode.com/2021)\n\n## Setup\nInstalling the compiler\n\t\n\tbrew update\n\tbrew install kotlin\n\t\n### Description of Environment\t\nUsing Kotlin 1.5.x with JDK 11\nUsing the Eclipse IDE with Kotlin plugin \n\n- Eclipse version 2021-09 (4.21.0)\n- Kotlin plugin version 0.8.22\n\nUsing Maven\n\n### Notes\nFound that Eclipse is not building the Kotlin files/classes and have to do that via the command line\n\t\n\tmvn clean test-compile\n\t\nNot sure what is wrong with development environment setup\n\nGetting these errors:\n\n\t/Volumes/dev/aoc_2021/src/main/kotlin/aoc/util/FileUtil.kt\n\t\tERROR: Unresolved reference: java (5, 8)\n\t\tERROR: Unresolved reference: java (6, 8)\n\t\tERROR: Unresolved reference: java (7, 8)\n\t\t\nBecause Eclipse is not compiling Kotlin classes doing this isn't working either\n\n\tpackage aoc.day1\n\n\timport aoc.util.FileUtil\n\t\n\tclass SonarSweep {\n\t\t\n\t\tfun runMe() {\n\t\t\t\n\t\t\tList\u003cString\u003e sonarData = FileUtil.readClassPathFileToList(\"testData.txt\");\n\t\t\t\n\t\t}\n\t}\n\t\nThat gives \n\n\tERROR: Unresolved reference: FileUtil (3, 17)\n\t\n\n\t","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesmell%2Faoc_2021","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesmell%2Faoc_2021","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesmell%2Faoc_2021/lists"}