Problem: define idea.plugins.compatible.build setting explicitly to avoid exception about bad idea home path
This commit is contained in:
@@ -296,6 +296,9 @@ class KotlinCoreEnvironment private constructor(
|
||||
}
|
||||
|
||||
companion object {
|
||||
init {
|
||||
System.getProperties().setProperty("idea.plugins.compatible.build", "162.9999")
|
||||
}
|
||||
|
||||
private val APPLICATION_LOCK = Object()
|
||||
private var ourApplicationEnvironment: JavaCoreApplicationEnvironment? = null
|
||||
|
||||
Reference in New Issue
Block a user