Fix order of initialization of project language version in ConfigureKotlinTest
Project.getLanguageVersion with contextModule == null returns latest stable version. But Module.getLanguageVersion save it's version to project setting if useProjectSettings checkbox is selected. So Project.getLanguageVersion can return different versions before and after invocation Module.getLanguageVersion
This commit is contained in:
Vendored
+1
-1
@@ -31,7 +31,7 @@
|
||||
<component name="libraryTable">
|
||||
<library name="KotlinJavaRuntime (2)">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/../mockRuntime11/kotlin-runtime.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/../mockRuntime11/kotlin-stdlib.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
|
||||
Reference in New Issue
Block a user