Skip to content

Commit a66d9ee

Browse files
committed
chore(release): support 2.0.0-Beta3
1 parent 4378b39 commit a66d9ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/main/kotlin/component/KotlinEnvironment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class KotlinEnvironment(
7777
}
7878

7979
private val environment = KotlinCoreEnvironment.createForProduction(
80-
parentDisposable = Disposer.newDisposable(),
80+
projectDisposable = Disposer.newDisposable(),
8181
configuration = configuration.copy(),
8282
configFiles = EnvironmentConfigFiles.JVM_CONFIG_FILES
8383
)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
systemProp.kotlinVersion=2.0.0-Beta2
1+
systemProp.kotlinVersion=2.0.0-Beta3
22
systemProp.kotlinIdeVersion=1.9.20-506
33
systemProp.kotlinIdeVersionSuffix=IJ8109.175
44
systemProp.policy=executor.policy

0 commit comments

Comments
 (0)