Minor cleanups
This commit is contained in:
parent
e5970bca18
commit
c51f7e0fa2
8 changed files with 19 additions and 16 deletions
3
examples/.idea/kotlinc.xml
generated
3
examples/.idea/kotlinc.xml
generated
|
@ -3,4 +3,7 @@
|
|||
<component name="Kotlin2JvmCompilerArguments">
|
||||
<option name="jvmTarget" value="1.8" />
|
||||
</component>
|
||||
<component name="KotlinCommonCompilerArguments">
|
||||
<option name="suppressWarnings" value="true" />
|
||||
</component>
|
||||
</project>
|
4
examples/.idea/misc.xml
generated
4
examples/.idea/misc.xml
generated
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="EntryPointsManager">
|
||||
<pattern value="com.example.ExampleBuild" />
|
||||
|
@ -24,4 +23,7 @@
|
|||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build" />
|
||||
</component>
|
||||
<component name="SuppressKotlinCodeStyleNotification">
|
||||
<option name="disableForAll" value="true" />
|
||||
</component>
|
||||
</project>
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue