You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ We offer you a template prepared to use with [Kotlin][kotlin] language within th
7
7
8
8
![][file:cover]
9
9
10
+
> [!IMPORTANT]
11
+
>
12
+
> This is a fork of the main [Advent of Code Kotlin Template][template] repository which utilizes the Amper tool for project configuration, recently [introduced by JetBrains][amper].
13
+
>
14
+
> With this version, we swapped the standard Gradle build configuration with `module.yaml` Amper file.
15
+
> For more deails, see [Amper project][amper-github]
16
+
10
17
## Workflow
11
18
**Advent of Code Kotlin Template** is a particular type of GitHub repository that lets you speed up the setup phase and start writing your AoC solutions immediately.
12
19
@@ -39,7 +46,7 @@ After you create a new project based on the current template repository using th
39
46
```
40
47
.
41
48
├── README.md README file
42
-
├── build.gradle.ktsGradle configuration created with Kotlin DSL
49
+
├── module.yaml Amper configuration file
43
50
├── settings.gradle.kts Gradle project settings
44
51
├── gradle* Gradle wraper files
45
52
└── src
@@ -129,6 +136,9 @@ If you stuck with Kotlin-specific questions or anything related to this template
0 commit comments