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:
Natalia Selezneva
2018-11-30 14:47:16 +03:00
parent 073c02c0f5
commit 816a8d74a2
4 changed files with 14 additions and 14 deletions
@@ -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>