diff options
| author | maks <maks@jopek.eu> | 2022-11-09 08:10:30 +0100 |
|---|---|---|
| committer | maks <maks@jopek.eu> | 2022-11-09 08:10:30 +0100 |
| commit | d9c3799fbd368ea672d41f5b98df168b8191148e (patch) | |
| tree | 848d5da4c52941b83b0c0bd72321a4291d21cb2c /.idea/misc.xml | |
| parent | 81ff51148575b9ad4bc16ebf18afa5819174c7e6 (diff) | |
| download | applicationdevrification-d9c3799fbd368ea672d41f5b98df168b8191148e.tar.gz applicationdevrification-d9c3799fbd368ea672d41f5b98df168b8191148e.tar.zst applicationdevrification-d9c3799fbd368ea672d41f5b98df168b8191148e.zip | |
Diffstat (limited to '.idea/misc.xml')
| -rw-r--r-- | .idea/misc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index bdd9278..6b4853f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> + <component name="EntryPointsManager"> + <list size="1"> + <item index="0" class="java.lang.String" itemvalue="org.junit.Test" /> + </list> + </component> <component name="ExternalStorageConfigurationManager" enabled="true" /> <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/build/classes" /> |
