mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
12 lines
543 B
XML
12 lines
543 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
<component name="FrameworkDetectionExcludesConfiguration" detection-enabled="false" />
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK">
|
|
<output url="file://$PROJECT_DIR$/build" />
|
|
</component>
|
|
<component name="SuppressKotlinCodeStyleNotification">
|
|
<option name="disableForAll" value="true" />
|
|
</component>
|
|
</project>
|