diff options
author | Edoardo La Greca | 2025-06-15 19:15:25 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-06-15 19:15:25 +0200 |
commit | a79d1210164277820d81e8f3c0ff73ba48a6ac79 (patch) | |
tree | a657512a687e2f0c166b66bfb32aab25f53dfcec /.idea/misc.xml | |
parent | 02d16866678ab48458edb7889aa83e25470db855 (diff) |
add intellij stuff
Diffstat (limited to '.idea/misc.xml')
-rw-r--r-- | .idea/misc.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..81ddad0 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ExternalStorageConfigurationManager" enabled="true" /> + <component name="ProjectInspectionProfilesVisibleTreeState"> + <entry key="Project Default"> + <profile-state> + <expanded-state> + <State> + <id>Android Lint: Correctness</id> + </State> + <State> + <id>Android Lint: Security</id> + </State> + <State> + <id>Best practisesGradle</id> + </State> + <State> + <id>Gradle</id> + </State> + <State> + <id>JUnit</id> + </State> + <State> + <id>Java</id> + </State> + <State> + <id>Probable bugsJava</id> + </State> + <State> + <id>TestNGJava</id> + </State> + </expanded-state> + </profile-state> + </entry> + </component> + <component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK"> + <output url="file://$PROJECT_DIR$/out" /> + </component> +</project>
\ No newline at end of file |