-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HMPP: Fix serialization of TargetPlatform in tests
- Loading branch information
Showing
7 changed files
with
94 additions
and
34 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
idea/testData/configuration/loadAndSaveOldNativePlatformNewNativeFacet/module.iml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module type="JAVA_MODULE" version="4"> | ||
<component name="FacetManager"> | ||
<facet type="kotlin-language" name="Kotlin"> | ||
<configuration version="2" platform="Native " allPlatforms="Native []" useProjectSettings="false"> | ||
<compilerSettings> | ||
<option name="additionalArguments" value="-version -Xallow-kotlin-package -Xskip-metadata-version-check" /> | ||
</compilerSettings> | ||
<compilerArguments> | ||
<option name="languageVersion" value="1.1" /> | ||
<option name="apiVersion" value="1.0" /> | ||
<option name="coroutinesEnable" value="true" /> | ||
</compilerArguments> | ||
</configuration> | ||
</facet> | ||
</component> | ||
<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="jdk" jdkName="1.8" jdkType="JavaSDK" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="library" name="KotlinJavaRuntime (2)" level="project" /> | ||
</component> | ||
</module> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
41 changes: 41 additions & 0 deletions
41
idea/testData/configuration/loadAndSaveOldNativePlatformOldNativeFacet/projectFile.ipr
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project version="4"> | ||
<component name="CompilerConfiguration"> | ||
<resourceExtensions /> | ||
<wildcardResourcePatterns> | ||
<entry name="!?*.java" /> | ||
<entry name="!?*.form" /> | ||
<entry name="!?*.class" /> | ||
<entry name="!?*.groovy" /> | ||
<entry name="!?*.scala" /> | ||
<entry name="!?*.flex" /> | ||
<entry name="!?*.kt" /> | ||
<entry name="!?*.clj" /> | ||
<entry name="!?*.aj" /> | ||
</wildcardResourcePatterns> | ||
<annotationProcessing> | ||
<profile default="true" name="Default" enabled="false"> | ||
<processorPath useClasspath="true" /> | ||
</profile> | ||
</annotationProcessing> | ||
</component> | ||
<component name="CopyrightManager" default="" /> | ||
<component name="ProjectModuleManager"> | ||
<modules> | ||
<module fileurl="file://$PROJECT_DIR$/module.iml" filepath="$PROJECT_DIR$/module.iml" /> | ||
</modules> | ||
</component> | ||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | ||
<output url="file://$PROJECT_DIR$/out" /> | ||
</component> | ||
<component name="libraryTable"> | ||
<library name="KotlinJavaRuntime (2)"> | ||
<CLASSES> | ||
<root url="jar://$PROJECT_DIR$/../mockRuntime11/kotlin-runtime.jar!/" /> | ||
</CLASSES> | ||
<JAVADOC /> | ||
<SOURCES> | ||
</SOURCES> | ||
</library> | ||
</component> | ||
</project> |
Empty file.
This file contains 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