We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4378b39 commit a66d9eeCopy full SHA for a66d9ee
common/src/main/kotlin/component/KotlinEnvironment.kt
@@ -77,7 +77,7 @@ class KotlinEnvironment(
77
}
78
79
private val environment = KotlinCoreEnvironment.createForProduction(
80
- parentDisposable = Disposer.newDisposable(),
+ projectDisposable = Disposer.newDisposable(),
81
configuration = configuration.copy(),
82
configFiles = EnvironmentConfigFiles.JVM_CONFIG_FILES
83
)
gradle.properties
@@ -1,4 +1,4 @@
1
-systemProp.kotlinVersion=2.0.0-Beta2
+systemProp.kotlinVersion=2.0.0-Beta3
2
systemProp.kotlinIdeVersion=1.9.20-506
3
systemProp.kotlinIdeVersionSuffix=IJ8109.175
4
systemProp.policy=executor.policy
0 commit comments