This commit is contained in:
2019-12-03 20:12:51 +01:00
parent dba4273fc0
commit 5beaeab6ab
7 changed files with 129 additions and 0 deletions

4
.idea/compiler.xml generated
View File

@@ -7,7 +7,11 @@
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="advent-of-code2019" />
<module name="advent-of-code-2019" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="advent-of-code-2019" target="1.5" />
</bytecodeTargetLevel>
</component>
</project>

2
.idea/encodings.xml generated
View File

@@ -2,5 +2,7 @@
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/kotlin" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>