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
+13-2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ How cool is that?
26
26
27
27
Right after the [@actions-user][actions-user] actor pushes the second commit to your repository, you're ready to clone it within the IntelliJ IDEA.
28
28
29
+
> [!IMPORTANT]
30
+
>
31
+
> Right after opening the project in IntelliJ IDEA, verify if you use at least **Java 17** as Project SDK.
32
+
> To do that, visit [Project Structure Settings][docs-project-structure] (<kbd>⌘ Cmd</kbd><kbd>;</kbd> on macOS or <kbd>Ctrl</kbd><kbd>Alt</kbd><kbd>Shift</kbd><kbd>S</kbd> on Windows/Linux).
33
+
29
34
From now, everything's in your hands!
30
35
Join the [Advent of Code][aoc] contest, solve the *Day 01* as soon as it is published.
31
36
@@ -125,6 +130,12 @@ fun main() {
125
130
}
126
131
```
127
132
133
+
> [!NOTE]
134
+
>
135
+
> There is a fork of this repository available which utilizes the Amper tool for project configuration, recently [introduced by JetBrains][amper].
136
+
>
137
+
> For more, see: [Advent of Code Kotlin Template — Amper][amper-template] project.
138
+
128
139
## Getting help
129
140
130
141
If you stuck with Kotlin-specific questions or anything related to this template, check out the following resources:
@@ -137,9 +148,9 @@ If you stuck with Kotlin-specific questions or anything related to this template
0 commit comments