Created
March 18, 2020 21:30
-
-
Save WaltXin/6cce863709969230310bfc1a3b52ed7b to your computer and use it in GitHub Desktop.
Kotlin practice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <component name="ProjectCodeStyleConfiguration"> | |
| <state> | |
| <option name="USE_PER_PROJECT_SETTINGS" value="true" /> | |
| </state> | |
| </component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <component name="ProjectCodeStyleConfiguration"> | |
| <code_scheme name="Project" version="173"> | |
| <JetCodeStyleSettings> | |
| <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> | |
| </JetCodeStyleSettings> | |
| <codeStyleSettings language="kotlin"> | |
| <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> | |
| </codeStyleSettings> | |
| </code_scheme> | |
| </component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="Kotlin2JvmCompilerArguments"> | |
| <option name="jvmTarget" value="1.8" /> | |
| </component> | |
| </project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <component name="libraryTable"> | |
| <library name="KotlinJavaRuntime"> | |
| <CLASSES> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-stdlib.jar!/" /> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-reflect.jar!/" /> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-test.jar!/" /> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-stdlib-jdk7.jar!/" /> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-stdlib-jdk8.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC /> | |
| <SOURCES> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-stdlib-sources.jar!/" /> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-reflect-sources.jar!/" /> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-test-sources.jar!/" /> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-stdlib-jdk7-sources.jar!/" /> | |
| <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-stdlib-jdk8-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
| <output url="file://$PROJECT_DIR$/out" /> | |
| </component> | |
| </project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectModuleManager"> | |
| <modules> | |
| <module fileurl="file://$PROJECT_DIR$/KotlinLeetCode.iml" filepath="$PROJECT_DIR$/KotlinLeetCode.iml" /> | |
| </modules> | |
| </component> | |
| </project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ChangeListManager"> | |
| <list default="true" id="aca16ca4-8341-453b-b234-895960571764" name="Default Changelist" comment="" /> | |
| <option name="SHOW_DIALOG" value="false" /> | |
| <option name="HIGHLIGHT_CONFLICTS" value="true" /> | |
| <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | |
| <option name="LAST_RESOLUTION" value="IGNORE" /> | |
| </component> | |
| <component name="FileTemplateManagerImpl"> | |
| <option name="RECENT_TEMPLATES"> | |
| <list> | |
| <option value="Kotlin File" /> | |
| </list> | |
| </option> | |
| </component> | |
| <component name="ProjectId" id="1ZJorbVZJCR9MCGRMkjTzYESMNm" /> | |
| <component name="ProjectViewState"> | |
| <option name="hideEmptyMiddlePackages" value="true" /> | |
| <option name="showExcludedFiles" value="true" /> | |
| <option name="showLibraryContents" value="true" /> | |
| </component> | |
| <component name="PropertiesComponent"> | |
| <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> | |
| <property name="WebServerToolWindowFactoryState" value="false" /> | |
| <property name="aspect.path.notification.shown" value="true" /> | |
| <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> | |
| <property name="nodejs_npm_path_reset_for_default_project" value="true" /> | |
| </component> | |
| <component name="RunManager"> | |
| <configuration name="TestKt" type="JetRunConfigurationType" factoryName="Kotlin" temporary="true" nameIsGenerated="true"> | |
| <module name="KotlinLeetCode" /> | |
| <option name="VM_PARAMETERS" /> | |
| <option name="PROGRAM_PARAMETERS" /> | |
| <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | |
| <option name="ALTERNATIVE_JRE_PATH" /> | |
| <option name="PASS_PARENT_ENVS" value="true" /> | |
| <option name="MAIN_CLASS_NAME" value="TestKt" /> | |
| <option name="WORKING_DIRECTORY" /> | |
| <method v="2"> | |
| <option name="Make" enabled="true" /> | |
| </method> | |
| </configuration> | |
| <recent_temporary> | |
| <list> | |
| <item itemvalue="Kotlin.TestKt" /> | |
| </list> | |
| </recent_temporary> | |
| </component> | |
| <component name="SvnConfiguration"> | |
| <configuration /> | |
| </component> | |
| <component name="TaskManager"> | |
| <task active="true" id="Default" summary="Default task"> | |
| <changelist id="aca16ca4-8341-453b-b234-895960571764" name="Default Changelist" comment="" /> | |
| <created>1584566757195</created> | |
| <option name="number" value="Default" /> | |
| <option name="presentableId" value="Default" /> | |
| <updated>1584566757195</updated> | |
| <workItem from="1584566758573" duration="32000" /> | |
| </task> | |
| <servers /> | |
| </component> | |
| <component name="TypeScriptGeneratedFilesManager"> | |
| <option name="version" value="1" /> | |
| </component> | |
| </project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="JAVA_MODULE" version="4"> | |
| <component name="NewModuleRootManager" inherit-compiler-output="true"> | |
| <exclude-output /> | |
| <content url="file://$MODULE_DIR$"> | |
| <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | |
| </content> | |
| <orderEntry type="inheritedJdk" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| <orderEntry type="library" name="KotlinJavaRuntime" level="project" /> | |
| </component> | |
| </module> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fun main() { | |
| println("he") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment