[CHERRY PICKED FROM IJ] [cleanup] Inline VersionView.RELEASED_VERSION
The variable is redundant GitOrigin-RevId: 99e0e06f8eda6410c41a67b88db50d4d8b5f52ca Original commit: https://github.com/JetBrains/intellij-community/commit/8b09416812def39f15cdcd7e836129ca6ccc2094
This commit is contained in:
@@ -43,7 +43,7 @@ class KotlinChunk internal constructor(val context: KotlinCompileContext, val ta
|
||||
|
||||
val haveSameCompiler = targets.all { it.javaClass == representativeTarget.javaClass }
|
||||
|
||||
private val defaultLanguageVersion = VersionView.RELEASED_VERSION
|
||||
private val defaultLanguageVersion = LanguageVersion.LATEST_STABLE
|
||||
|
||||
val compilerArguments by lazy {
|
||||
representativeTarget.jpsModuleBuildTarget.module.kotlinCompilerArguments.also {
|
||||
|
||||
Reference in New Issue
Block a user