chore: Configure Scala build with dependencies and project structure

This commit is contained in:
2026-03-21 15:52:51 +01:00
parent 227d0a4719
commit a8d457a612
7 changed files with 74 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ScalaCompilerConfiguration">
<profile name="Gradle 1" modules="NowChessSystems.modules.core.main,NowChessSystems.modules.core.test">
<option name="deprecationWarnings" value="true" />
<option name="uncheckedWarnings" value="true" />
</profile>
</component>
</project>