Initialize project with JsonFetcher implementation, Gradle setup, and IntelliJ configuration.

This commit is contained in:
2026-04-23 05:20:41 +02:00
commit 00b3dbda8c
16 changed files with 579 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
<option name="processCode" value="true" />
<option name="processLiterals" value="true" />
<option name="processComments" value="true" />
</inspection_tool>
</profile>
</component>