Hey all! :santa: In prep for AoC 2024 I made a qui...
# advent-of-code
j
Hey all! 🎅 In prep for AoC 2024 I made a quick Kotlin dependency to pull and cache the input files for each day, in case anyone's interested: https://github.com/jsoberg/Kotlin-AoC-API. It's available through Jitpack
👍 9
😍 3
very nice 2
r
I gave it a try last night. I was running into read-timeout, when gradle tries to pull dep from artifactory.
j
oh weird, were you using 1.0? I'm using this and it's showing as built in jitpack and pulled for me:
Copy code
com.github.jsoberg:Kotlin-AoC-API:1.0
this is my first attempt at publishing through jitpack though so there might be incidental issues I'm not accounting for
r
Yeah, at first run, it didnt pull. Read timeout, didn't look further.
Could be artifactory issues.