diff options
Diffstat (limited to '.idea/runConfigurations/Playground.xml')
-rw-r--r-- | .idea/runConfigurations/Playground.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.idea/runConfigurations/Playground.xml b/.idea/runConfigurations/Playground.xml new file mode 100644 index 00000000..8322447c --- /dev/null +++ b/.idea/runConfigurations/Playground.xml @@ -0,0 +1,9 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="Playground" type="Application" factoryName="Application"> + <option name="MAIN_CLASS_NAME" value="org.jetbrains.dokka.MainKt" /> + <module name="fatjar_main" /> + <option name="PROGRAM_PARAMETERS" value="-module playground test -format html -output out/html" /> + <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" /> + <method /> + </configuration> +</component>
\ No newline at end of file |