Skip to content

Commit f68b644

Browse files
Toldovenileasile
authored andcommitted
feat: add aoc-kotlin-notebook
Add descriptor for this library: https://github.com/Toldoven/aoc-kotlin-notebook
1 parent cc4c686 commit f68b644

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

adventOfCode.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"description": "Interactive Advent of Code framework for Kotlin Notebook",
3+
"properties": [
4+
{ "name": "v", "value": "1.1.0" },
5+
{ "name": "v-renovate-hint", "value": "update: package=com.toldoven.aoc:aoc-kotlin-notebook" }
6+
],
7+
"link": "https://github.com/Toldoven/aoc-kotlin-notebook",
8+
"dependencies": [
9+
"com.toldoven.aoc:aoc-kotlin-notebook:$v"
10+
],
11+
"imports": [
12+
"com.toldoven.aoc.notebook.*"
13+
]
14+
}

0 commit comments

Comments
 (0)